#BBD3BD

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

Shades of Surf #BBD3BD

Tints of Surf #BBD3BD

Color information

#BBD3BD (or 0xBBD3BD) is unknown color: approx Surf. HEX triplet: BB, D3 and BD. RGB value is (187,211,189). Sum of RGB (Red+Green+Blue) = 187+211+189=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3BD is #442C42. Grayscale: #C9C9C9. Windows color (decimal): -4467779 or 12440507. OLE color: 12440507.

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

Color convert

RGB187211189-
CMYK0.1100.100.17
HSL125º21.43%78.04%-
HSV(B)125º11.37%82.75%-
XYZ52.9760.8357.09-
YUV201.32121.05117.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 211 (82.81% from 255) = 35.95%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=31.86%
G=35.95%
B=32.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872111890.1100.100.1712521.4378.04
HexBBD3BDB0A117d154e
Octal273323275130122117525116
Binary101110111101001110111101101101010100011111101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD3BD; }

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

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

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

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

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

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

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

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