Html Css Color HEX #BCC2AC Pale Leaf

📋 copy color: '#BCC2AC'

red 188 ◦ green 194 ◦ blue 172

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

Shades of Pale Leaf #BCC2AC

Tints of Pale Leaf #BCC2AC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.02%

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

R = 33.94%
G = 35.02%
B = 31.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#BCC2AC (or 0xBCC2AC) is known color: Pale Leaf. HEX triplet: BC, C2 and AC. RGB value is (188,194,172). Sum of RGB (Red+Green+Blue) = 188+194+172=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC2AC is #433D53. Grayscale: #BDBDBD. Windows color (decimal): -4406612 or 11322044. OLE color: 11322044.

HSL color Cylindrical-coordinate representation of color #BCC2AC: hue angle of 76.36º 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 #BCC2AC is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 172 -
CMYK 0.03 0 0.11 0.24
HSL 76.36º 0.15% 0.72% -
HSV(B) 76.36º 0.11% 0.76% -
XYZ 47.48 52.25 46.61 -
YUV 189.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 188 194 172 0.03 0 0.11 0.24 76.36 0.15 0.72
Hex BC C2 AC 3 0 B 18 4C F 48
Octal 274 302 254 3 0 13 30 114 17 110
Binary 10111100 11000010 10101100 11 0 1011 11000 1001100 1111 1001000

Color Harmonies of #BCC2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2AC

Black with #BCC2AC

Text Example


Text Example

White with #BCC2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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