Html Css Color HEX #BDF0AD Madang

📋 copy color: '#BDF0AD'

red 189 ◦ green 240 ◦ blue 173

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

Shades of Madang #BDF0AD

Tints of Madang #BDF0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.74%

R = 31.4%
G = 39.87%
B = 28.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#BDF0AD (or 0xBDF0AD) is known color: Madang. HEX triplet: BD, F0 and AD. RGB value is (189,240,173). Sum of RGB (Red+Green+Blue) = 189+240+173=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF0AD is #420F52. Grayscale: #D9D9D9. Windows color (decimal): -4329299 or 11399357. OLE color: 11399357.

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

Color convert

RGB 189 240 173 -
CMYK 0.21 0 0.28 0.06
HSL 105.67º 0.69% 0.81% -
HSV(B) 105.67º 0.28% 0.94% -
XYZ 59.69 76.16 51.09 -
YUV 217.11 103.1 107.95 -
System Red Green Blue C M Y K H S L
Decimal 189 240 173 0.21 0 0.28 0.06 105.67 0.69 0.81
Hex BD F0 AD 15 0 1C 6 6A 45 51
Octal 275 360 255 25 0 34 6 152 105 121
Binary 10111101 11110000 10101101 10101 0 11100 110 1101010 1000101 1010001

Color Harmonies of #BDF0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF0AD

Black with #BDF0AD

Text Example


Text Example

White with #BDF0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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