#BBDAB4

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

Shades of Surf Crest #BBDAB4

Tints of Surf Crest #BBDAB4

Color information

#BBDAB4 (or 0xBBDAB4) is unknown color: approx Surf Crest. HEX triplet: BB, DA and B4. RGB value is (187,218,180). Sum of RGB (Red+Green+Blue) = 187+218+180=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAB4 is #44254B. Grayscale: #CCCCCC. Windows color (decimal): -4465996 or 11852475. OLE color: 11852475.

HSL color Cylindrical-coordinate representation of color #BBDAB4: hue angle of 108.95º degrees, saturation: 0.34, 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 #BBDAB4 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB187218180-
CMYK0.1400.170.15
HSL108.95º33.93%78.04%-
HSV(B)108.95º17.43%85.49%-
XYZ53.86452.7-
YUV204.4114.23115.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 180 (70.70% from 255) = 30.77%
R=31.97%
G=37.26%
B=30.77%

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
Decimal1872181800.1400.170.15108.9533.9378.04
HexBBDAB4E011F6d224e
Octal273332264160211715542116
Binary1011101111011010101101001110010001111111011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAB4; }

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

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

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

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

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

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

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

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