Html Css Color HEX #BAC3A7 Pale Leaf

📋 copy color: '#BAC3A7'

red 186 ◦ green 195 ◦ blue 167

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

Shades of Pale Leaf #BAC3A7

Tints of Pale Leaf #BAC3A7

RGB

 RED value IS 186 (73.05% from 255) = 33.94%

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

 BLUE value IS 167 (65.63% from 255) = 30.47%

R = 33.94%
G = 35.58%
B = 30.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#BAC3A7 (or 0xBAC3A7) is known color: Pale Leaf. HEX triplet: BA, C3 and A7. RGB value is (186,195,167). Sum of RGB (Red+Green+Blue) = 186+195+167=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC3A7 is #453C58. Grayscale: #BDBDBD. Windows color (decimal): -4537433 or 10994618. OLE color: 10994618.

HSL color Cylindrical-coordinate representation of color #BAC3A7: hue angle of 79.29º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAC3A7 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 195 167 -
CMYK 0.05 0 0.14 0.24
HSL 79.29º 0.19% 0.71% -
HSV(B) 79.29º 0.14% 0.76% -
XYZ 46.74 52.26 44.18 -
YUV 189.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 186 195 167 0.05 0 0.14 0.24 79.29 0.19 0.71
Hex BA C3 A7 5 0 E 18 4F 13 47
Octal 272 303 247 5 0 16 30 117 23 107
Binary 10111010 11000011 10100111 101 0 1110 11000 1001111 10011 1000111

Color Harmonies of #BAC3A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC3A7

Black with #BAC3A7

Text Example


Text Example

White with #BAC3A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC3A7; }

 p { color: rgb(186,195,167); }

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

background-color css

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

 a { background-color: rgb(186,195,167); }

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

border-color css

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

 span { border-color: rgb(186,195,167); }

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