#BBD1BD

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

Shades of Surf #BBD1BD

Tints of Surf #BBD1BD

Color information

#BBD1BD (or 0xBBD1BD) is unknown color: approx Surf. HEX triplet: BB, D1 and BD. RGB value is (187,209,189). Sum of RGB (Red+Green+Blue) = 187+209+189=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1BD is #442E42. Grayscale: #C8C8C8. Windows color (decimal): -4468291 or 12439995. OLE color: 12439995.

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

Color convert

RGB187209189-
CMYK0.1100.100.18
HSL125.45º19.3%77.65%-
HSV(B)125.45º10.53%81.96%-
XYZ52.4859.8456.93-
YUV200.14121.71118.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 209 (82.03% from 255) = 35.73%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=31.97%
G=35.73%
B=32.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872091890.1100.100.18125.4519.377.65
HexBBD1BDB0A127d134e
Octal273321275130122217523116
Binary101110111101000110111101101101010100101111101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1BD; }

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

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

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

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

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

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

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

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