#B9D7BD

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

Shades of Surf #B9D7BD

Tints of Surf #B9D7BD

Color information

#B9D7BD (or 0xB9D7BD) is unknown color: approx Surf. HEX triplet: B9, D7 and BD. RGB value is (185,215,189). Sum of RGB (Red+Green+Blue) = 185+215+189=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D7BD is #462842. Grayscale: #CBCBCB. Windows color (decimal): -4597827 or 12441529. OLE color: 12441529.

HSL color Cylindrical-coordinate representation of color #B9D7BD: hue angle of 128º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9D7BD is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB185215189-
CMYK0.1400.120.16
HSL128º27.27%78.43%-
HSV(B)128º13.95%84.31%-
XYZ53.4962.5957.41-
YUV203.07120.06115.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.41%
GREEN value IS 215 (84.38% from 255) = 36.50%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=31.41%
G=36.50%
B=32.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852151890.1400.120.1612827.2778.43
HexB9D7BDE0C10801b4e
Octal271327275160142020033116
Binary1011100111010111101111011110011001000010000000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D7BD; }

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

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

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

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

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

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

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

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