Html Css Color HEX #BDEEA0 Madang

📋 copy color: '#BDEEA0'

red 189 ◦ green 238 ◦ blue 160

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

Shades of Madang #BDEEA0

Tints of Madang #BDEEA0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.55%

 BLUE value IS 160 (62.89% from 255) = 27.26%

R = 32.2%
G = 40.55%
B = 27.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#BDEEA0 (or 0xBDEEA0) is known color: Madang. HEX triplet: BD, EE and A0. RGB value is (189,238,160). Sum of RGB (Red+Green+Blue) = 189+238+160=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEEA0 is #42115F. Grayscale: #D6D6D6. Windows color (decimal): -4329824 or 10546877. OLE color: 10546877.

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

Color convert

RGB 189 238 160 -
CMYK 0.21 0 0.33 0.07
HSL 97.69º 0.7% 0.78% -
HSV(B) 97.69º 0.33% 0.93% -
XYZ 57.91 74.51 44.59 -
YUV 214.46 97.27 109.84 -
System Red Green Blue C M Y K H S L
Decimal 189 238 160 0.21 0 0.33 0.07 97.69 0.7 0.78
Hex BD EE A0 15 0 21 7 62 46 4E
Octal 275 356 240 25 0 41 7 142 106 116
Binary 10111101 11101110 10100000 10101 0 100001 111 1100010 1000110 1001110

Color Harmonies of #BDEEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEEA0

Black with #BDEEA0

Text Example


Text Example

White with #BDEEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEEA0; }

 p { color: rgb(189,238,160); }

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

background-color css

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

 a { background-color: rgb(189,238,160); }

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

border-color css

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

 span { border-color: rgb(189,238,160); }

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