Html Css Color HEX #BDEDA2 Madang

📋 copy color: '#BDEDA2'

red 189 ◦ green 237 ◦ blue 162

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

Shades of Madang #BDEDA2

Tints of Madang #BDEDA2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.31%

 BLUE value IS 162 (63.67% from 255) = 27.55%

R = 32.14%
G = 40.31%
B = 27.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#BDEDA2 (or 0xBDEDA2) is known color: Madang. HEX triplet: BD, ED and A2. RGB value is (189,237,162). Sum of RGB (Red+Green+Blue) = 189+237+162=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEDA2 is #42125D. Grayscale: #D6D6D6. Windows color (decimal): -4330078 or 10677693. OLE color: 10677693.

HSL color Cylindrical-coordinate representation of color #BDEDA2: hue angle of 98.4º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDEDA2 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 162 -
CMYK 0.20 0 0.32 0.07
HSL 98.4º 0.68% 0.78% -
HSV(B) 98.4º 0.32% 0.93% -
XYZ 57.79 74 45.42 -
YUV 214.1 98.6 110.1 -
System Red Green Blue C M Y K H S L
Decimal 189 237 162 0.20 0 0.32 0.07 98.4 0.68 0.78
Hex BD ED A2 14 0 20 7 62 44 4E
Octal 275 355 242 24 0 40 7 142 104 116
Binary 10111101 11101101 10100010 10100 0 100000 111 1100010 1000100 1001110

Color Harmonies of #BDEDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDA2

Black with #BDEDA2

Text Example


Text Example

White with #BDEDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDA2; }

 p { color: rgb(189,237,162); }

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

background-color css

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

 a { background-color: rgb(189,237,162); }

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

border-color css

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

 span { border-color: rgb(189,237,162); }

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