#BBDAB5

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

Shades of Surf Crest #BBDAB5

Tints of Surf Crest #BBDAB5

Color information

#BBDAB5 (or 0xBBDAB5) is unknown color: approx Surf Crest. HEX triplet: BB, DA and B5. RGB value is (187,218,181). Sum of RGB (Red+Green+Blue) = 187+218+181=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAB5 is #44254A. Grayscale: #CCCCCC. Windows color (decimal): -4465995 or 11918011. OLE color: 11918011.

HSL color Cylindrical-coordinate representation of color #BBDAB5: hue angle of 110.27º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBDAB5 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB187218181-
CMYK0.1400.170.15
HSL110.27º33.33%78.24%-
HSV(B)110.27º16.97%85.49%-
XYZ53.9164.0453.24-
YUV204.51114.73115.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 181 (71.09% from 255) = 30.89%
R=31.91%
G=37.20%
B=30.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872181810.1400.170.15110.2733.3378.24
HexBBDAB5E011F6e214e
Octal273332265160211715641116
Binary1011101111011010101101011110010001111111011101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAB5; }

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

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

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

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

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

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

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

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