#B9D9BD

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

Shades of Surf #B9D9BD

Tints of Surf #B9D9BD

Color information

#B9D9BD (or 0xB9D9BD) is unknown color: approx Surf. HEX triplet: B9, D9 and BD. RGB value is (185,217,189). Sum of RGB (Red+Green+Blue) = 185+217+189=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D9BD is #462642. Grayscale: #CCCCCC. Windows color (decimal): -4597315 or 12442041. OLE color: 12442041.

HSL color Cylindrical-coordinate representation of color #B9D9BD: hue angle of 127.5º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9D9BD is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB185217189-
CMYK0.1500.130.15
HSL127.5º29.63%78.82%-
HSV(B)127.5º14.75%85.1%-
XYZ54.0163.6157.58-
YUV204.24119.4114.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.30%
GREEN value IS 217 (85.16% from 255) = 36.72%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=31.30%
G=36.72%
B=31.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852171890.1500.130.15127.529.6378.82
HexB9D9BDF0DF7f1e4f
Octal271331275170151717736117
Binary10111001110110011011110111110110111111111111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D9BD; }

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

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

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

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

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

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

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

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