Html Css Color HEX #BCC4AA Pale Leaf

📋 copy color: '#BCC4AA'

red 188 ◦ green 196 ◦ blue 170

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

Shades of Pale Leaf #BCC4AA

Tints of Pale Leaf #BCC4AA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.38%

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

R = 33.94%
G = 35.38%
B = 30.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#BCC4AA (or 0xBCC4AA) is known color: Pale Leaf. HEX triplet: BC, C4 and AA. RGB value is (188,196,170). Sum of RGB (Red+Green+Blue) = 188+196+170=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC4AA is #433B55. Grayscale: #BEBEBE. Windows color (decimal): -4406102 or 11191484. OLE color: 11191484.

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

Color convert

RGB 188 196 170 -
CMYK 0.04 0 0.13 0.23
HSL 78.46º 0.18% 0.72% -
HSV(B) 78.46º 0.13% 0.77% -
XYZ 47.73 53.07 45.76 -
YUV 190.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 188 196 170 0.04 0 0.13 0.23 78.46 0.18 0.72
Hex BC C4 AA 4 0 D 17 4E 12 48
Octal 274 304 252 4 0 15 27 116 22 110
Binary 10111100 11000100 10101010 100 0 1101 10111 1001110 10010 1001000

Color Harmonies of #BCC4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC4AA

Black with #BCC4AA

Text Example


Text Example

White with #BCC4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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