Html Css Color HEX #BCD9AA Madang

📋 copy color: '#BCD9AA'

red 188 ◦ green 217 ◦ blue 170

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

Shades of Madang #BCD9AA

Tints of Madang #BCD9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.57%

R = 32.7%
G = 37.74%
B = 29.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#BCD9AA (or 0xBCD9AA) is known color: Madang. HEX triplet: BC, D9 and AA. RGB value is (188,217,170). Sum of RGB (Red+Green+Blue) = 188+217+170=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD9AA is #432655. Grayscale: #CBCBCB. Windows color (decimal): -4400726 or 11196860. OLE color: 11196860.

HSL color Cylindrical-coordinate representation of color #BCD9AA: hue angle of 97.02º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCD9AA is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 170 -
CMYK 0.13 0 0.22 0.15
HSL 97.02º 0.38% 0.76% -
HSV(B) 97.02º 0.22% 0.85% -
XYZ 52.81 63.22 47.45 -
YUV 202.97 109.39 117.32 -
System Red Green Blue C M Y K H S L
Decimal 188 217 170 0.13 0 0.22 0.15 97.02 0.38 0.76
Hex BC D9 AA D 0 16 F 61 26 4C
Octal 274 331 252 15 0 26 17 141 46 114
Binary 10111100 11011001 10101010 1101 0 10110 1111 1100001 100110 1001100

Color Harmonies of #BCD9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9AA

Black with #BCD9AA

Text Example


Text Example

White with #BCD9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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