#BFE0BB

Color #BFE0BB Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #BFE0BB

Tints of Surf Crest #BFE0BB

Color information

#BFE0BB (or 0xBFE0BB) is unknown color: approx Surf Crest. HEX triplet: BF, E0 and BB. RGB value is (191,224,187). Sum of RGB (Red+Green+Blue) = 191+224+187=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0BB is #401F44. Grayscale: #D2D2D2. Windows color (decimal): -4202309 or 12312767. OLE color: 12312767.

HSL color Cylindrical-coordinate representation of color #BFE0BB: hue angle of 113.51º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE0BB is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB191224187-
CMYK0.1500.170.12
HSL113.51º37.37%80.59%-
HSV(B)113.51º16.52%87.84%-
XYZ57.1167.9857.12-
YUV209.92115.07114.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 31.73%
GREEN value IS 224 (87.89% from 255) = 37.21%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=31.73%
G=37.21%
B=31.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912241870.1500.170.12113.5137.3780.59
HexBFE0BBF011C722551
Octal277340273170211416245121
Binary1011111111100000101110111111010001110011100101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE0BB; }

 p { color: rgb(191,224,187); }

 H1.HeaderClassName
 {
   color: #BFE0BB;
 }
 .AnyTagClassName
 {
   color: #BFE0BB;
 }
</style>
background-color css

<style>
 a { background-color: #BFE0BB; }

 a { background-color: rgb(191,224,187); }

 div.DivClassName
 {
   background-color: #BFE0BB;
 }
 .BgClassName
 {
   background-color: #BFE0BB;
 }
</style>
border-color css

<style>
 span { border-color: #BFE0BB; }

 span { border-color: rgb(191,224,187); }

 td.TdClassName
 {
   border-color: #BFE0BB;
 }
 .TagClassName
 {
   border-color: #BFE0BB;
 }
</style>