Html Css Color HEX #BDE8AC Madang

📋 copy color: '#BDE8AC'

red 189 ◦ green 232 ◦ blue 172

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

Shades of Madang #BDE8AC

Tints of Madang #BDE8AC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.12%

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

R = 31.87%
G = 39.12%
B = 29.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#BDE8AC (or 0xBDE8AC) is known color: Madang. HEX triplet: BD, E8 and AC. RGB value is (189,232,172). Sum of RGB (Red+Green+Blue) = 189+232+172=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE8AC is #421753. Grayscale: #D4D4D4. Windows color (decimal): -4331348 or 11331773. OLE color: 11331773.

HSL color Cylindrical-coordinate representation of color #BDE8AC: hue angle of 103º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDE8AC is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 172 -
CMYK 0.19 0 0.26 0.09
HSL 103º 0.57% 0.79% -
HSV(B) 103º 0.26% 0.91% -
XYZ 57.29 71.51 49.81 -
YUV 212.3 105.25 111.38 -
System Red Green Blue C M Y K H S L
Decimal 189 232 172 0.19 0 0.26 0.09 103 0.57 0.79
Hex BD E8 AC 13 0 1A 9 67 39 4F
Octal 275 350 254 23 0 32 11 147 71 117
Binary 10111101 11101000 10101100 10011 0 11010 1001 1100111 111001 1001111

Color Harmonies of #BDE8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE8AC

Black with #BDE8AC

Text Example


Text Example

White with #BDE8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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