Html Css Color HEX #BDF7AA Madang

📋 copy color: '#BDF7AA'

red 189 ◦ green 247 ◦ blue 170

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

Shades of Madang #BDF7AA

Tints of Madang #BDF7AA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.76%

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

R = 31.19%
G = 40.76%
B = 28.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#BDF7AA (or 0xBDF7AA) is known color: Madang. HEX triplet: BD, F7 and AA. RGB value is (189,247,170). Sum of RGB (Red+Green+Blue) = 189+247+170=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF7AA is #420855. Grayscale: #DDDDDD. Windows color (decimal): -4327510 or 11204541. OLE color: 11204541.

HSL color Cylindrical-coordinate representation of color #BDF7AA: hue angle of 105.19º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDF7AA is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 170 -
CMYK 0.23 0 0.31 0.03
HSL 105.19º 0.83% 0.82% -
HSV(B) 105.19º 0.31% 0.97% -
XYZ 61.5 80.24 50.28 -
YUV 220.88 99.28 105.26 -
System Red Green Blue C M Y K H S L
Decimal 189 247 170 0.23 0 0.31 0.03 105.19 0.83 0.82
Hex BD F7 AA 17 0 1F 3 69 53 52
Octal 275 367 252 27 0 37 3 151 123 122
Binary 10111101 11110111 10101010 10111 0 11111 11 1101001 1010011 1010010

Color Harmonies of #BDF7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF7AA

Black with #BDF7AA

Text Example


Text Example

White with #BDF7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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