#BBD0BD

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

Shades of Surf #BBD0BD

Tints of Surf #BBD0BD

Color information

#BBD0BD (or 0xBBD0BD) is unknown color: approx Surf. HEX triplet: BB, D0 and BD. RGB value is (187,208,189). Sum of RGB (Red+Green+Blue) = 187+208+189=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0BD is #442F42. Grayscale: #C7C7C7. Windows color (decimal): -4468547 or 12439739. OLE color: 12439739.

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

Color convert

RGB187208189-
CMYK0.1000.090.18
HSL125.71º18.26%77.45%-
HSV(B)125.71º10.1%81.57%-
XYZ52.2359.3556.85-
YUV199.55122.04119.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 208 (81.64% from 255) = 35.62%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=32.02%
G=35.62%
B=32.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872081890.1000.090.18125.7118.2677.45
HexBBD0BDA09127e124d
Octal273320275120112217622115
Binary101110111101000010111101101001001100101111110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD0BD; }

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

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

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

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

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

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

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

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