#B9D1BD

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

Shades of Surf #B9D1BD

Tints of Surf #B9D1BD

Color information

#B9D1BD (or 0xB9D1BD) is unknown color: approx Surf. HEX triplet: B9, D1 and BD. RGB value is (185,209,189). Sum of RGB (Red+Green+Blue) = 185+209+189=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D1BD is #462E42. Grayscale: #C7C7C7. Windows color (decimal): -4599363 or 12439993. OLE color: 12439993.

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

Color convert

RGB185209189-
CMYK0.1100.100.18
HSL130º20.69%77.25%-
HSV(B)130º11.48%81.96%-
XYZ51.9959.5956.91-
YUV199.54122.05117.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.73%
GREEN value IS 209 (82.03% from 255) = 35.85%
BLUE value IS 189 (74.22% from 255) = 32.42%
R=31.73%
G=35.85%
B=32.42%

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
Decimal1852091890.1100.100.1813020.6977.25
HexB9D1BDB0A1282154d
Octal271321275130122220225115
Binary1011100111010001101111011011010101001010000010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D1BD; }

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

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

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

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

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

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

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

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