#BBD7B5

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

Shades of Surf Crest #BBD7B5

Tints of Surf Crest #BBD7B5

Color information

#BBD7B5 (or 0xBBD7B5) is unknown color: approx Surf Crest. HEX triplet: BB, D7 and B5. RGB value is (187,215,181). Sum of RGB (Red+Green+Blue) = 187+215+181=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7B5 is #44284A. Grayscale: #CACACA. Windows color (decimal): -4466763 or 11917243. OLE color: 11917243.

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

Color convert

RGB187215181-
CMYK0.1300.160.16
HSL109.41º29.82%77.65%-
HSV(B)109.41º15.81%84.31%-
XYZ53.1362.552.98-
YUV202.75115.72116.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 215 (84.38% from 255) = 36.88%
BLUE value IS 181 (71.09% from 255) = 31.05%
R=32.08%
G=36.88%
B=31.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872151810.1300.160.16109.4129.8277.65
HexBBD7B5D010106d1e4e
Octal273327265150202015536116
Binary1011101111010111101101011101010000100001101101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD7B5; }

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

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

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

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

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

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

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

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