#B9DEAF

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

Shades of Madang #B9DEAF

Tints of Madang #B9DEAF

Color information

#B9DEAF (or 0xB9DEAF) is unknown color: approx Madang. HEX triplet: B9, DE and AF. RGB value is (185,222,175). Sum of RGB (Red+Green+Blue) = 185+222+175=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DEAF is #462150. Grayscale: #CDCDCD. Windows color (decimal): -4596049 or 11525817. OLE color: 11525817.

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

Color convert

RGB185222175-
CMYK0.1700.210.13
HSL107.23º41.59%77.84%-
HSV(B)107.23º21.17%87.06%-
XYZ53.8765.6550.39-
YUV205.58110.74113.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.79%
GREEN value IS 222 (87.11% from 255) = 38.14%
BLUE value IS 175 (68.75% from 255) = 30.07%
R=31.79%
G=38.14%
B=30.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852221750.1700.210.13107.2341.5977.84
HexB9DEAF11015D6b2a4e
Octal271336257210251515352116
Binary10111001110111101010111110001010101110111010111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DEAF; }

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

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

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

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

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

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

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

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