Html Css Color HEX #BDF0AA Madang

📋 copy color: '#BDF0AA'

red 189 ◦ green 240 ◦ blue 170

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

Shades of Madang #BDF0AA

Tints of Madang #BDF0AA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.07%

 BLUE value IS 170 (66.8% from 255) = 28.38%

R = 31.55%
G = 40.07%
B = 28.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#BDF0AA (or 0xBDF0AA) is known color: Madang. HEX triplet: BD, F0 and AA. RGB value is (189,240,170). Sum of RGB (Red+Green+Blue) = 189+240+170=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF0AA is #420F55. Grayscale: #D8D8D8. Windows color (decimal): -4329302 or 11202749. OLE color: 11202749.

HSL color Cylindrical-coordinate representation of color #BDF0AA: hue angle of 103.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDF0AA is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 170 -
CMYK 0.21 0 0.29 0.06
HSL 103.71º 0.7% 0.8% -
HSV(B) 103.71º 0.29% 0.94% -
XYZ 59.4 76.04 49.58 -
YUV 216.77 101.6 108.19 -
System Red Green Blue C M Y K H S L
Decimal 189 240 170 0.21 0 0.29 0.06 103.71 0.7 0.8
Hex BD F0 AA 15 0 1D 6 68 46 50
Octal 275 360 252 25 0 35 6 150 106 120
Binary 10111101 11110000 10101010 10101 0 11101 110 1101000 1000110 1010000

Color Harmonies of #BDF0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF0AA

Black with #BDF0AA

Text Example


Text Example

White with #BDF0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF0AA; }

 p { color: rgb(189,240,170); }

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

background-color css

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

 a { background-color: rgb(189,240,170); }

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

border-color css

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

 span { border-color: rgb(189,240,170); }

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