Html Css Color HEX #BDF0AC Madang

📋 copy color: '#BDF0AC'

red 189 ◦ green 240 ◦ blue 172

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

Shades of Madang #BDF0AC

Tints of Madang #BDF0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.62%

R = 31.45%
G = 39.93%
B = 28.62%

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

#BDF0AC (or 0xBDF0AC) is known color: Madang. HEX triplet: BD, F0 and AC. RGB value is (189,240,172). Sum of RGB (Red+Green+Blue) = 189+240+172=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF0AC is #420F53. Grayscale: #D9D9D9. Windows color (decimal): -4329300 or 11333821. OLE color: 11333821.

HSL color Cylindrical-coordinate representation of color #BDF0AC: hue angle of 105º 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 #BDF0AC is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 172 -
CMYK 0.21 0 0.28 0.06
HSL 105º 0.69% 0.81% -
HSV(B) 105º 0.28% 0.94% -
XYZ 59.59 76.12 50.58 -
YUV 217 102.6 108.03 -
System Red Green Blue C M Y K H S L
Decimal 189 240 172 0.21 0 0.28 0.06 105 0.69 0.81
Hex BD F0 AC 15 0 1C 6 69 45 51
Octal 275 360 254 25 0 34 6 151 105 121
Binary 10111101 11110000 10101100 10101 0 11100 110 1101001 1000101 1010001

Color Harmonies of #BDF0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF0AC

Black with #BDF0AC

Text Example


Text Example

White with #BDF0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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