Html Css Color HEX #BCD8AA Madang

📋 copy color: '#BCD8AA'

red 188 ◦ green 216 ◦ blue 170

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

Shades of Madang #BCD8AA

Tints of Madang #BCD8AA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.63%

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

R = 32.75%
G = 37.63%
B = 29.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#BCD8AA (or 0xBCD8AA) is known color: Madang. HEX triplet: BC, D8 and AA. RGB value is (188,216,170). Sum of RGB (Red+Green+Blue) = 188+216+170=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD8AA is #432755. Grayscale: #CACACA. Windows color (decimal): -4400982 or 11196604. OLE color: 11196604.

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

Color convert

RGB 188 216 170 -
CMYK 0.13 0 0.21 0.15
HSL 96.52º 0.37% 0.76% -
HSV(B) 96.52º 0.21% 0.85% -
XYZ 52.55 62.71 47.36 -
YUV 202.38 109.72 117.74 -
System Red Green Blue C M Y K H S L
Decimal 188 216 170 0.13 0 0.21 0.15 96.52 0.37 0.76
Hex BC D8 AA D 0 15 F 61 25 4C
Octal 274 330 252 15 0 25 17 141 45 114
Binary 10111100 11011000 10101010 1101 0 10101 1111 1100001 100101 1001100

Color Harmonies of #BCD8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8AA

Black with #BCD8AA

Text Example


Text Example

White with #BCD8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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