Html Css Color HEX #BCC3AD Pale Leaf

📋 copy color: '#BCC3AD'

red 188 ◦ green 195 ◦ blue 173

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

Shades of Pale Leaf #BCC3AD

Tints of Pale Leaf #BCC3AD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.07%

 BLUE value IS 173 (67.97% from 255) = 31.12%

R = 33.81%
G = 35.07%
B = 31.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#BCC3AD (or 0xBCC3AD) is known color: Pale Leaf. HEX triplet: BC, C3 and AD. RGB value is (188,195,173). Sum of RGB (Red+Green+Blue) = 188+195+173=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC3AD is #433C52. Grayscale: #BEBEBE. Windows color (decimal): -4406355 or 11387836. OLE color: 11387836.

HSL color Cylindrical-coordinate representation of color #BCC3AD: hue angle of 79.09º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC3AD is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 173 -
CMYK 0.04 0 0.11 0.24
HSL 79.09º 0.15% 0.72% -
HSV(B) 79.09º 0.11% 0.76% -
XYZ 47.8 52.74 47.2 -
YUV 190.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 188 195 173 0.04 0 0.11 0.24 79.09 0.15 0.72
Hex BC C3 AD 4 0 B 18 4F F 48
Octal 274 303 255 4 0 13 30 117 17 110
Binary 10111100 11000011 10101101 100 0 1011 11000 1001111 1111 1001000

Color Harmonies of #BCC3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3AD

Black with #BCC3AD

Text Example


Text Example

White with #BCC3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3AD; }

 p { color: rgb(188,195,173); }

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

background-color css

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

 a { background-color: rgb(188,195,173); }

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

border-color css

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

 span { border-color: rgb(188,195,173); }

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