Html Css Color HEX #BDDEA4 Madang

📋 copy color: '#BDDEA4'

red 189 ◦ green 222 ◦ blue 164

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

Shades of Madang #BDDEA4

Tints of Madang #BDDEA4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.61%

 BLUE value IS 164 (64.45% from 255) = 28.52%

R = 32.87%
G = 38.61%
B = 28.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#BDDEA4 (or 0xBDDEA4) is known color: Madang. HEX triplet: BD, DE and A4. RGB value is (189,222,164). Sum of RGB (Red+Green+Blue) = 189+222+164=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 164 (64.45% from 255 or 28.52% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDEA4 is #42215B. Grayscale: #CDCDCD. Windows color (decimal): -4333916 or 10804925. OLE color: 10804925.

HSL color Cylindrical-coordinate representation of color #BDDEA4: hue angle of 94.14º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDDEA4 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 164 -
CMYK 0.15 0 0.26 0.13
HSL 94.14º 0.47% 0.76% -
HSV(B) 94.14º 0.26% 0.87% -
XYZ 53.81 65.74 44.98 -
YUV 205.52 104.57 116.22 -
System Red Green Blue C M Y K H S L
Decimal 189 222 164 0.15 0 0.26 0.13 94.14 0.47 0.76
Hex BD DE A4 F 0 1A D 5E 2F 4C
Octal 275 336 244 17 0 32 15 136 57 114
Binary 10111101 11011110 10100100 1111 0 11010 1101 1011110 101111 1001100

Color Harmonies of #BDDEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEA4

Black with #BDDEA4

Text Example


Text Example

White with #BDDEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEA4; }

 p { color: rgb(189,222,164); }

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

background-color css

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

 a { background-color: rgb(189,222,164); }

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

border-color css

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

 span { border-color: rgb(189,222,164); }

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