#BBD8B4

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

Shades of Surf Crest #BBD8B4

Tints of Surf Crest #BBD8B4

Color information

#BBD8B4 (or 0xBBD8B4) is unknown color: approx Surf Crest. HEX triplet: BB, D8 and B4. RGB value is (187,216,180). Sum of RGB (Red+Green+Blue) = 187+216+180=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8B4 is #44274B. Grayscale: #CBCBCB. Windows color (decimal): -4466508 or 11851963. OLE color: 11851963.

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

Color convert

RGB187216180-
CMYK0.1300.170.15
HSL108.33º31.58%77.65%-
HSV(B)108.33º16.67%84.71%-
XYZ53.2962.9752.53-
YUV203.22114.89116.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 216 (84.77% from 255) = 37.05%
BLUE value IS 180 (70.70% from 255) = 30.87%
R=32.08%
G=37.05%
B=30.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872161800.1300.170.15108.3331.5877.65
HexBBD8B4D011F6c204e
Octal273330264150211715440116
Binary1011101111011000101101001101010001111111011001000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD8B4; }

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

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

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

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

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

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

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

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