Html Css Color HEX #BDECA0 Madang

📋 copy color: '#BDECA0'

red 189 ◦ green 236 ◦ blue 160

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

Shades of Madang #BDECA0

Tints of Madang #BDECA0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.34%

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

R = 32.31%
G = 40.34%
B = 27.35%

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

#BDECA0 (or 0xBDECA0) is known color: Madang. HEX triplet: BD, EC and A0. RGB value is (189,236,160). Sum of RGB (Red+Green+Blue) = 189+236+160=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDECA0 is #42135F. Grayscale: #D5D5D5. Windows color (decimal): -4330336 or 10546365. OLE color: 10546365.

HSL color Cylindrical-coordinate representation of color #BDECA0: hue angle of 97.11º degrees, saturation: 0.67, 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 #BDECA0 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 236 160 -
CMYK 0.20 0 0.32 0.07
HSL 97.11º 0.67% 0.78% -
HSV(B) 97.11º 0.32% 0.93% -
XYZ 57.33 73.35 44.39 -
YUV 213.28 97.93 110.68 -
System Red Green Blue C M Y K H S L
Decimal 189 236 160 0.20 0 0.32 0.07 97.11 0.67 0.78
Hex BD EC A0 14 0 20 7 61 43 4E
Octal 275 354 240 24 0 40 7 141 103 116
Binary 10111101 11101100 10100000 10100 0 100000 111 1100001 1000011 1001110

Color Harmonies of #BDECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDECA0

Black with #BDECA0

Text Example


Text Example

White with #BDECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDECA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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