#BBDFB6

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

Shades of Surf Crest #BBDFB6

Tints of Surf Crest #BBDFB6

Color information

#BBDFB6 (or 0xBBDFB6) is unknown color: approx Surf Crest. HEX triplet: BB, DF and B6. RGB value is (187,223,182). Sum of RGB (Red+Green+Blue) = 187+223+182=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 182 (71.48% from 255 or 30.74% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFB6 is #442049. Grayscale: #CFCFCF. Windows color (decimal): -4464714 or 11984827. OLE color: 11984827.

HSL color Cylindrical-coordinate representation of color #BBDFB6: hue angle of 112.68º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBDFB6 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB187223182-
CMYK0.1600.180.13
HSL112.68º39.05%79.41%-
HSV(B)112.68º18.39%87.45%-
XYZ55.3266.7254.22-
YUV207.56113.57113.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.59%
GREEN value IS 223 (87.5% from 255) = 37.67%
BLUE value IS 182 (71.48% from 255) = 30.74%
R=31.59%
G=37.67%
B=30.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872231820.1600.180.13112.6839.0579.41
HexBBDFB610012D71274f
Octal273337266200221516147117
Binary10111011110111111011011010000010010110111100011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFB6; }

 p { color: rgb(187,223,182); }

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

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

 a { background-color: rgb(187,223,182); }

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

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

 span { border-color: rgb(187,223,182); }

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