#B9DEB9

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

Shades of Surf #B9DEB9

Tints of Surf #B9DEB9

Color information

#B9DEB9 (or 0xB9DEB9) is unknown color: approx Surf. HEX triplet: B9, DE and B9. RGB value is (185,222,185). Sum of RGB (Red+Green+Blue) = 185+222+185=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DEB9 is #462146. Grayscale: #CECECE. Windows color (decimal): -4596039 or 12181177. OLE color: 12181177.

HSL color Cylindrical-coordinate representation of color #B9DEB9: hue angle of 120º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9DEB9 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB185222185-
CMYK0.1700.170.13
HSL120º35.92%79.8%-
HSV(B)120º16.67%87.06%-
XYZ54.8966.0655.76-
YUV206.72115.74112.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.25%
GREEN value IS 222 (87.11% from 255) = 37.5%
BLUE value IS 185 (72.66% from 255) = 31.25%
R=31.25%
G=37.5%
B=31.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852221850.1700.170.1312035.9279.8
HexB9DEB911011D782450
Octal271336271210211517044120
Binary10111001110111101011100110001010001110111110001001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DEB9; }

 p { color: rgb(185,222,185); }

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

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

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

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

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

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

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