Html Css Color HEX #BCC5AA Pale Leaf

📋 copy color: '#BCC5AA'

red 188 ◦ green 197 ◦ blue 170

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

Shades of Pale Leaf #BCC5AA

Tints of Pale Leaf #BCC5AA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.5%

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

R = 33.87%
G = 35.5%
B = 30.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#BCC5AA (or 0xBCC5AA) is known color: Pale Leaf. HEX triplet: BC, C5 and AA. RGB value is (188,197,170). Sum of RGB (Red+Green+Blue) = 188+197+170=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC5AA is #433A55. Grayscale: #BFBFBF. Windows color (decimal): -4405846 or 11191740. OLE color: 11191740.

HSL color Cylindrical-coordinate representation of color #BCC5AA: hue angle of 80º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCC5AA is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 170 -
CMYK 0.05 0 0.14 0.23
HSL 80º 0.19% 0.72% -
HSV(B) 80º 0.14% 0.77% -
XYZ 47.96 53.53 45.83 -
YUV 191.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 188 197 170 0.05 0 0.14 0.23 80 0.19 0.72
Hex BC C5 AA 5 0 E 17 50 13 48
Octal 274 305 252 5 0 16 27 120 23 110
Binary 10111100 11000101 10101010 101 0 1110 10111 1010000 10011 1001000

Color Harmonies of #BCC5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5AA

Black with #BCC5AA

Text Example


Text Example

White with #BCC5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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