Html Css Color HEX #BCC4AB Pale Leaf

📋 copy color: '#BCC4AB'

red 188 ◦ green 196 ◦ blue 171

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

Shades of Pale Leaf #BCC4AB

Tints of Pale Leaf #BCC4AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.81%

R = 33.87%
G = 35.32%
B = 30.81%

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

#BCC4AB (or 0xBCC4AB) is known color: Pale Leaf. HEX triplet: BC, C4 and AB. RGB value is (188,196,171). Sum of RGB (Red+Green+Blue) = 188+196+171=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC4AB is #433B54. Grayscale: #BEBEBE. Windows color (decimal): -4406101 or 11257020. OLE color: 11257020.

HSL color Cylindrical-coordinate representation of color #BCC4AB: hue angle of 79.2º degrees, saturation: 0.17, 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 #BCC4AB is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 171 -
CMYK 0.04 0 0.13 0.23
HSL 79.2º 0.17% 0.72% -
HSV(B) 79.2º 0.13% 0.77% -
XYZ 47.83 53.11 46.26 -
YUV 190.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 188 196 171 0.04 0 0.13 0.23 79.2 0.17 0.72
Hex BC C4 AB 4 0 D 17 4F 11 48
Octal 274 304 253 4 0 15 27 117 21 110
Binary 10111100 11000100 10101011 100 0 1101 10111 1001111 10001 1001000

Color Harmonies of #BCC4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC4AB

Black with #BCC4AB

Text Example


Text Example

White with #BCC4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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