Html Css Color HEX #BDECA1 Madang

📋 copy color: '#BDECA1'

red 189 ◦ green 236 ◦ blue 161

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

Shades of Madang #BDECA1

Tints of Madang #BDECA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.47%

R = 32.25%
G = 40.27%
B = 27.47%

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

#BDECA1 (or 0xBDECA1) is known color: Madang. HEX triplet: BD, EC and A1. RGB value is (189,236,161). Sum of RGB (Red+Green+Blue) = 189+236+161=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDECA1 is #42135E. Grayscale: #D5D5D5. Windows color (decimal): -4330335 or 10611901. OLE color: 10611901.

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

Color convert

RGB 189 236 161 -
CMYK 0.20 0 0.32 0.07
HSL 97.6º 0.66% 0.78% -
HSV(B) 97.6º 0.32% 0.93% -
XYZ 57.41 73.38 44.86 -
YUV 213.4 98.43 110.6 -
System Red Green Blue C M Y K H S L
Decimal 189 236 161 0.20 0 0.32 0.07 97.6 0.66 0.78
Hex BD EC A1 14 0 20 7 62 42 4E
Octal 275 354 241 24 0 40 7 142 102 116
Binary 10111101 11101100 10100001 10100 0 100000 111 1100010 1000010 1001110

Color Harmonies of #BDECA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDECA1

Black with #BDECA1

Text Example


Text Example

White with #BDECA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDECA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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