#BBD1B6

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

Shades of Surf Crest #BBD1B6

Tints of Surf Crest #BBD1B6

Color information

#BBD1B6 (or 0xBBD1B6) is unknown color: approx Surf Crest. HEX triplet: BB, D1 and B6. RGB value is (187,209,182). Sum of RGB (Red+Green+Blue) = 187+209+182=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1B6 is #442E49. Grayscale: #C7C7C7. Windows color (decimal): -4468298 or 11981243. OLE color: 11981243.

HSL color Cylindrical-coordinate representation of color #BBD1B6: hue angle of 108.89º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD1B6 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB187209182-
CMYK0.1100.130.18
HSL108.89º22.69%76.67%-
HSV(B)108.89º12.92%81.96%-
XYZ51.7459.5453.02-
YUV199.34118.21119.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 209 (82.03% from 255) = 36.16%
BLUE value IS 182 (71.48% from 255) = 31.49%
R=32.35%
G=36.16%
B=31.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872091820.1100.130.18108.8922.6976.67
HexBBD1B6B0D126d174d
Octal273321266130152215527115
Binary101110111101000110110110101101101100101101101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1B6; }

 p { color: rgb(187,209,182); }

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

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

 a { background-color: rgb(187,209,182); }

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

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

 span { border-color: rgb(187,209,182); }

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