Html Css Color HEX #BCC8AC Pale Leaf

📋 copy color: '#BCC8AC'

red 188 ◦ green 200 ◦ blue 172

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

Shades of Pale Leaf #BCC8AC

Tints of Pale Leaf #BCC8AC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.71%

 BLUE value IS 172 (67.58% from 255) = 30.71%

R = 33.57%
G = 35.71%
B = 30.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#BCC8AC (or 0xBCC8AC) is known color: Pale Leaf. HEX triplet: BC, C8 and AC. RGB value is (188,200,172). Sum of RGB (Red+Green+Blue) = 188+200+172=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC8AC is #433753. Grayscale: #C1C1C1. Windows color (decimal): -4405076 or 11323580. OLE color: 11323580.

HSL color Cylindrical-coordinate representation of color #BCC8AC: hue angle of 85.71º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCC8AC is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 172 -
CMYK 0.06 0 0.14 0.22
HSL 85.71º 0.2% 0.73% -
HSV(B) 85.71º 0.14% 0.78% -
XYZ 48.84 54.98 47.07 -
YUV 193.22 116.02 124.28 -
System Red Green Blue C M Y K H S L
Decimal 188 200 172 0.06 0 0.14 0.22 85.71 0.2 0.73
Hex BC C8 AC 6 0 E 16 56 14 49
Octal 274 310 254 6 0 16 26 126 24 111
Binary 10111100 11001000 10101100 110 0 1110 10110 1010110 10100 1001001

Color Harmonies of #BCC8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8AC

Black with #BCC8AC

Text Example


Text Example

White with #BCC8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8AC; }

 p { color: rgb(188,200,172); }

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

background-color css

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

 a { background-color: rgb(188,200,172); }

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

border-color css

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

 span { border-color: rgb(188,200,172); }

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