#B9D9BE

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

Shades of Surf #B9D9BE

Tints of Surf #B9D9BE

Color information

#B9D9BE (or 0xB9D9BE) is unknown color: approx Surf. HEX triplet: B9, D9 and BE. RGB value is (185,217,190). Sum of RGB (Red+Green+Blue) = 185+217+190=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D9BE is #462641. Grayscale: #CCCCCC. Windows color (decimal): -4597314 or 12507577. OLE color: 12507577.

HSL color Cylindrical-coordinate representation of color #B9D9BE: hue angle of 129.38º 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 #B9D9BE is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB185217190-
CMYK0.1500.120.15
HSL129.38º29.63%78.82%-
HSV(B)129.38º14.75%85.1%-
XYZ54.1163.6658.15-
YUV204.35119.9114.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.25%
GREEN value IS 217 (85.16% from 255) = 36.66%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=31.25%
G=36.66%
B=32.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852171900.1500.120.15129.3829.6378.82
HexB9D9BEF0CF811e4f
Octal271331276170141720136117
Binary101110011101100110111110111101100111110000001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D9BE; }

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

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

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

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

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

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

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

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