#BBD8B7

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

Shades of Surf Crest #BBD8B7

Tints of Surf Crest #BBD8B7

Color information

#BBD8B7 (or 0xBBD8B7) is unknown color: approx Surf Crest. HEX triplet: BB, D8 and B7. RGB value is (187,216,183). Sum of RGB (Red+Green+Blue) = 187+216+183=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8B7 is #442748. Grayscale: #CBCBCB. Windows color (decimal): -4466505 or 12048571. OLE color: 12048571.

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

Color convert

RGB187216183-
CMYK0.1300.150.15
HSL112.73º29.73%78.24%-
HSV(B)112.73º15.28%84.71%-
XYZ53.663.154.15-
YUV203.57116.39116.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 183 (71.88% from 255) = 31.23%
R=31.91%
G=36.86%
B=31.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872161830.1300.150.15112.7329.7378.24
HexBBD8B7D0FF711e4e
Octal273330267150171716136116
Binary10111011110110001011011111010111111111110001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD8B7; }

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

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

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

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

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

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

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

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