#BBDFB5

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

Shades of Surf Crest #BBDFB5

Tints of Surf Crest #BBDFB5

Color information

#BBDFB5 (or 0xBBDFB5) is unknown color: approx Surf Crest. HEX triplet: BB, DF and B5. RGB value is (187,223,181). Sum of RGB (Red+Green+Blue) = 187+223+181=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFB5 is #44204A. Grayscale: #CFCFCF. Windows color (decimal): -4464715 or 11919291. OLE color: 11919291.

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

Color convert

RGB187223181-
CMYK0.1600.190.13
HSL111.43º39.62%79.22%-
HSV(B)111.43º18.83%87.45%-
XYZ55.2266.6853.68-
YUV207.45113.07113.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 223 (87.5% from 255) = 37.73%
BLUE value IS 181 (71.09% from 255) = 30.63%
R=31.64%
G=37.73%
B=30.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872231810.1600.190.13111.4339.6279.22
HexBBDFB510013D6f284f
Octal273337265200231515750117
Binary10111011110111111011010110000010011110111011111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFB5; }

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

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

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

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

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

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

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

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