#BBD8B5

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

Shades of Surf Crest #BBD8B5

Tints of Surf Crest #BBD8B5

Color information

#BBD8B5 (or 0xBBD8B5) is unknown color: approx Surf Crest. HEX triplet: BB, D8 and B5. RGB value is (187,216,181). Sum of RGB (Red+Green+Blue) = 187+216+181=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8B5 is #44274A. Grayscale: #CBCBCB. Windows color (decimal): -4466507 or 11917499. OLE color: 11917499.

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

Color convert

RGB187216181-
CMYK0.1300.160.15
HSL109.71º30.97%77.84%-
HSV(B)109.71º16.2%84.71%-
XYZ53.3963.0153.06-
YUV203.34115.39116.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 216 (84.77% from 255) = 36.99%
BLUE value IS 181 (71.09% from 255) = 30.99%
R=32.02%
G=36.99%
B=30.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872161810.1300.160.15109.7130.9777.84
HexBBD8B5D010F6e1f4e
Octal273330265150201715637116
Binary101110111101100010110101110101000011111101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD8B5; }

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

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

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

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

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

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

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

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