Html Css Color HEX #BCD6AE Madang

📋 copy color: '#BCD6AE'

red 188 ◦ green 214 ◦ blue 174

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

Shades of Madang #BCD6AE

Tints of Madang #BCD6AE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.15%

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

R = 32.64%
G = 37.15%
B = 30.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#BCD6AE (or 0xBCD6AE) is known color: Madang. HEX triplet: BC, D6 and AE. RGB value is (188,214,174). Sum of RGB (Red+Green+Blue) = 188+214+174=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD6AE is #432951. Grayscale: #C9C9C9. Windows color (decimal): -4401490 or 11458236. OLE color: 11458236.

HSL color Cylindrical-coordinate representation of color #BCD6AE: hue angle of 99º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD6AE is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 174 -
CMYK 0.12 0 0.19 0.16
HSL 99º 0.33% 0.76% -
HSV(B) 99º 0.19% 0.84% -
XYZ 52.43 61.84 49.22 -
YUV 201.67 112.39 118.25 -
System Red Green Blue C M Y K H S L
Decimal 188 214 174 0.12 0 0.19 0.16 99 0.33 0.76
Hex BC D6 AE C 0 13 10 63 21 4C
Octal 274 326 256 14 0 23 20 143 41 114
Binary 10111100 11010110 10101110 1100 0 10011 10000 1100011 100001 1001100

Color Harmonies of #BCD6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6AE

Black with #BCD6AE

Text Example


Text Example

White with #BCD6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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