Html Css Color HEX #BDE1AE Madang

📋 copy color: '#BDE1AE'

red 189 ◦ green 225 ◦ blue 174

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

Shades of Madang #BDE1AE

Tints of Madang #BDE1AE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.27%

 BLUE value IS 174 (68.36% from 255) = 29.59%

R = 32.14%
G = 38.27%
B = 29.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#BDE1AE (or 0xBDE1AE) is known color: Madang. HEX triplet: BD, E1 and AE. RGB value is (189,225,174). Sum of RGB (Red+Green+Blue) = 189+225+174=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE1AE is #421E51. Grayscale: #D0D0D0. Windows color (decimal): -4333138 or 11461053. OLE color: 11461053.

HSL color Cylindrical-coordinate representation of color #BDE1AE: hue angle of 102.35º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDE1AE is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 174 -
CMYK 0.16 0 0.23 0.12
HSL 102.35º 0.46% 0.78% -
HSV(B) 102.35º 0.23% 0.88% -
XYZ 55.55 67.73 50.19 -
YUV 208.42 108.57 114.15 -
System Red Green Blue C M Y K H S L
Decimal 189 225 174 0.16 0 0.23 0.12 102.35 0.46 0.78
Hex BD E1 AE 10 0 17 C 66 2E 4E
Octal 275 341 256 20 0 27 14 146 56 116
Binary 10111101 11100001 10101110 10000 0 10111 1100 1100110 101110 1001110

Color Harmonies of #BDE1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1AE

Black with #BDE1AE

Text Example


Text Example

White with #BDE1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1AE; }

 p { color: rgb(189,225,174); }

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

background-color css

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

 a { background-color: rgb(189,225,174); }

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

border-color css

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

 span { border-color: rgb(189,225,174); }

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