Html Css Color HEX #BDD9AF Madang

📋 copy color: '#BDD9AF'

red 189 ◦ green 217 ◦ blue 175

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

Shades of Madang #BDD9AF

Tints of Madang #BDD9AF

RGB

 RED value IS 189 (74.22% from 255) = 32.53%

 GREEN value IS 217 (85.16% from 255) = 37.35%

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

R = 32.53%
G = 37.35%
B = 30.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#BDD9AF (or 0xBDD9AF) is known color: Madang. HEX triplet: BD, D9 and AF. RGB value is (189,217,175). Sum of RGB (Red+Green+Blue) = 189+217+175=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD9AF is #422650. Grayscale: #CBCBCB. Windows color (decimal): -4335185 or 11524541. OLE color: 11524541.

HSL color Cylindrical-coordinate representation of color #BDD9AF: hue angle of 100º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD9AF is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 175 -
CMYK 0.13 0 0.19 0.15
HSL 100º 0.36% 0.77% -
HSV(B) 100º 0.19% 0.85% -
XYZ 53.54 63.54 50 -
YUV 203.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 189 217 175 0.13 0 0.19 0.15 100 0.36 0.77
Hex BD D9 AF D 0 13 F 64 24 4D
Octal 275 331 257 15 0 23 17 144 44 115
Binary 10111101 11011001 10101111 1101 0 10011 1111 1100100 100100 1001101

Color Harmonies of #BDD9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9AF

Black with #BDD9AF

Text Example


Text Example

White with #BDD9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9AF; }

 p { color: rgb(189,217,175); }

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

background-color css

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

 a { background-color: rgb(189,217,175); }

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

border-color css

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

 span { border-color: rgb(189,217,175); }

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