Html Css Color HEX #B9DFAF Madang

📋 copy color: '#B9DFAF'

red 185 ◦ green 223 ◦ blue 175

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

Shades of Madang #B9DFAF

Tints of Madang #B9DFAF

RGB

 RED value IS 185 (72.66% from 255) = 31.73%

 GREEN value IS 223 (87.5% from 255) = 38.25%

 BLUE value IS 175 (68.75% from 255) = 30.02%

R = 31.73%
G = 38.25%
B = 30.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#B9DFAF (or 0xB9DFAF) is known color: Madang. HEX triplet: B9, DF and AF. RGB value is (185,223,175). Sum of RGB (Red+Green+Blue) = 185+223+175=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DFAF is #462050. Grayscale: #CECECE. Windows color (decimal): -4595793 or 11526073. OLE color: 11526073.

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

Color convert

RGB 185 223 175 -
CMYK 0.17 0 0.22 0.13
HSL 107.5º 0.43% 0.78% -
HSV(B) 107.5º 0.22% 0.87% -
XYZ 54.13 66.18 50.48 -
YUV 206.17 110.41 112.9 -
System Red Green Blue C M Y K H S L
Decimal 185 223 175 0.17 0 0.22 0.13 107.5 0.43 0.78
Hex B9 DF AF 11 0 16 D 6C 2B 4E
Octal 271 337 257 21 0 26 15 154 53 116
Binary 10111001 11011111 10101111 10001 0 10110 1101 1101100 101011 1001110

Color Harmonies of #B9DFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DFAF

Black with #B9DFAF

Text Example


Text Example

White with #B9DFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DFAF; }

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

 H1.HeaderClassName
 {
   color: #B9DFAF;
 }
 .AnyTagClassName
 {
   color: #B9DFAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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