#B9DEBA

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

Shades of Surf #B9DEBA

Tints of Surf #B9DEBA

Color information

#B9DEBA (or 0xB9DEBA) is unknown color: approx Surf. HEX triplet: B9, DE and BA. RGB value is (185,222,186). Sum of RGB (Red+Green+Blue) = 185+222+186=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DEBA is #462145. Grayscale: #CECECE. Windows color (decimal): -4596038 or 12246713. OLE color: 12246713.

HSL color Cylindrical-coordinate representation of color #B9DEBA: hue angle of 121.62º 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 #B9DEBA is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB185222186-
CMYK0.1700.160.13
HSL121.62º35.92%79.8%-
HSV(B)121.62º16.67%87.06%-
XYZ54.9966.156.31-
YUV206.83116.24112.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.20%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=31.20%
G=37.44%
B=31.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852221860.1700.160.13121.6235.9279.8
HexB9DEBA11010D7a2450
Octal271336272210201517244120
Binary10111001110111101011101010001010000110111110101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DEBA; }

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

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

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

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

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

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

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

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