Html Css Color HEX #BAC6A7 Pale Leaf

📋 copy color: '#BAC6A7'

red 186 ◦ green 198 ◦ blue 167

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

Shades of Pale Leaf #BAC6A7

Tints of Pale Leaf #BAC6A7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.93%

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

R = 33.76%
G = 35.93%
B = 30.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#BAC6A7 (or 0xBAC6A7) is known color: Pale Leaf. HEX triplet: BA, C6 and A7. RGB value is (186,198,167). Sum of RGB (Red+Green+Blue) = 186+198+167=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 167 (65.62% from 255 or 30.31% from 551); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC6A7 is #453958. Grayscale: #BEBEBE. Windows color (decimal): -4536665 or 10995386. OLE color: 10995386.

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

Color convert

RGB 186 198 167 -
CMYK 0.06 0 0.16 0.22
HSL 83.23º 0.21% 0.72% -
HSV(B) 83.23º 0.16% 0.78% -
XYZ 47.42 53.62 44.41 -
YUV 190.88 114.52 124.52 -
System Red Green Blue C M Y K H S L
Decimal 186 198 167 0.06 0 0.16 0.22 83.23 0.21 0.72
Hex BA C6 A7 6 0 10 16 53 15 48
Octal 272 306 247 6 0 20 26 123 25 110
Binary 10111010 11000110 10100111 110 0 10000 10110 1010011 10101 1001000

Color Harmonies of #BAC6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC6A7

Black with #BAC6A7

Text Example


Text Example

White with #BAC6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC6A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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