Html Css Color HEX #BCD9AE Madang

📋 copy color: '#BCD9AE'

red 188 ◦ green 217 ◦ blue 174

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

Shades of Madang #BCD9AE

Tints of Madang #BCD9AE

RGB

 RED value IS 188 (73.83% from 255) = 32.47%

 GREEN value IS 217 (85.16% from 255) = 37.48%

 BLUE value IS 174 (68.36% from 255) = 30.05%

R = 32.47%
G = 37.48%
B = 30.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#BCD9AE (or 0xBCD9AE) is known color: Madang. HEX triplet: BC, D9 and AE. RGB value is (188,217,174). Sum of RGB (Red+Green+Blue) = 188+217+174=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD9AE is #432651. Grayscale: #CBCBCB. Windows color (decimal): -4400722 or 11459004. OLE color: 11459004.

HSL color Cylindrical-coordinate representation of color #BCD9AE: hue angle of 100.47º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD9AE is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 174 -
CMYK 0.13 0 0.20 0.15
HSL 100.47º 0.36% 0.77% -
HSV(B) 100.47º 0.2% 0.85% -
XYZ 53.19 63.37 49.47 -
YUV 203.43 111.39 117 -
System Red Green Blue C M Y K H S L
Decimal 188 217 174 0.13 0 0.20 0.15 100.47 0.36 0.77
Hex BC D9 AE D 0 14 F 64 24 4D
Octal 274 331 256 15 0 24 17 144 44 115
Binary 10111100 11011001 10101110 1101 0 10100 1111 1100100 100100 1001101

Color Harmonies of #BCD9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9AE

Black with #BCD9AE

Text Example


Text Example

White with #BCD9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9AE; }

 p { color: rgb(188,217,174); }

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

background-color css

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

 a { background-color: rgb(188,217,174); }

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

border-color css

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

 span { border-color: rgb(188,217,174); }

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