#B9D0BD

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

Shades of Surf #B9D0BD

Tints of Surf #B9D0BD

Color information

#B9D0BD (or 0xB9D0BD) is unknown color: approx Surf. HEX triplet: B9, D0 and BD. RGB value is (185,208,189). Sum of RGB (Red+Green+Blue) = 185+208+189=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D0BD is #462F42. Grayscale: #C7C7C7. Windows color (decimal): -4599619 or 12439737. OLE color: 12439737.

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

Color convert

RGB185208189-
CMYK0.1100.090.18
HSL130.43º19.66%77.06%-
HSV(B)130.43º11.06%81.57%-
XYZ51.7559.156.82-
YUV198.96122.38118.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.79%
GREEN value IS 208 (81.64% from 255) = 35.74%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=31.79%
G=35.74%
B=32.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852081890.1100.090.18130.4319.6677.06
HexB9D0BDB091282144d
Octal271320275130112220224115
Binary1011100111010000101111011011010011001010000010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D0BD; }

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

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

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

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

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

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

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

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