#BBD2BD

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

Shades of Surf #BBD2BD

Tints of Surf #BBD2BD

Color information

#BBD2BD (or 0xBBD2BD) is unknown color: approx Surf. HEX triplet: BB, D2 and BD. RGB value is (187,210,189). Sum of RGB (Red+Green+Blue) = 187+210+189=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2BD is #442D42. Grayscale: #C8C8C8. Windows color (decimal): -4468035 or 12440251. OLE color: 12440251.

HSL color Cylindrical-coordinate representation of color #BBD2BD: hue angle of 125.22º degrees, saturation: 0.2, 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 #BBD2BD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB187210189-
CMYK0.1100.100.18
HSL125.22º20.35%77.84%-
HSV(B)125.22º10.95%82.35%-
XYZ52.7360.3357.01-
YUV200.73121.38118.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 210 (82.42% from 255) = 35.84%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=31.91%
G=35.84%
B=32.25%

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
Decimal1872101890.1100.100.18125.2220.3577.84
HexBBD2BDB0A127d144e
Octal273322275130122217524116
Binary101110111101001010111101101101010100101111101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2BD; }

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

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

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

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

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

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

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

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