Html Css Color HEX #B9DEAF Madang

📋 copy color: '#B9DEAF'

red 185 ◦ green 222 ◦ blue 175

#B9DEAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #B9DEAF

Tints of Madang #B9DEAF

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 value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#B9DEAF (or 0xB9DEAF) is known color: 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

RGB 185 222 175 -
CMYK 0.17 0 0.21 0.13
HSL 107.23º 0.42% 0.78% -
HSV(B) 107.23º 0.21% 0.87% -
XYZ 53.87 65.65 50.39 -
YUV 205.58 110.74 113.32 -
System Red Green Blue C M Y K H S L
Decimal 185 222 175 0.17 0 0.21 0.13 107.23 0.42 0.78
Hex B9 DE AF 11 0 15 D 6B 2A 4E
Octal 271 336 257 21 0 25 15 153 52 116
Binary 10111001 11011110 10101111 10001 0 10101 1101 1101011 101010 1001110

Color Harmonies of #B9DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DEAF

Black with #B9DEAF

Text Example


Text Example

White with #B9DEAF

Text Example


Text Example

HTML Codes & Css Web 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>