#B7DEAF

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

Shades of Madang #B7DEAF

Tints of Madang #B7DEAF

Color information

#B7DEAF (or 0xB7DEAF) is unknown color: approx Madang. HEX triplet: B7, DE and AF. RGB value is (183,222,175). Sum of RGB (Red+Green+Blue) = 183+222+175=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DEAF is #482150. Grayscale: #CDCDCD. Windows color (decimal): -4727121 or 11525815. OLE color: 11525815.

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

Color convert

RGB183222175-
CMYK0.1800.210.13
HSL109.79º41.59%77.84%-
HSV(B)109.79º21.17%87.06%-
XYZ53.3965.450.37-
YUV204.98111.08112.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.55%
GREEN value IS 222 (87.11% from 255) = 38.28%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=31.55%
G=38.28%
B=30.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832221750.1800.210.13109.7941.5977.84
HexB7DEAF12015D6e2a4e
Octal267336257220251515652116
Binary10110111110111101010111110010010101110111011101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DEAF; }

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

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

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

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

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

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

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

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