Html Css Color HEX #B6C0A5 Pale Leaf

📋 copy color: '#B6C0A5'

red 182 ◦ green 192 ◦ blue 165

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

Shades of Pale Leaf #B6C0A5

Tints of Pale Leaf #B6C0A5

RGB

 RED value IS 182 (71.48% from 255) = 33.77%

 GREEN value IS 192 (75.39% from 255) = 35.62%

 BLUE value IS 165 (64.84% from 255) = 30.61%

R = 33.77%
G = 35.62%
B = 30.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#B6C0A5 (or 0xB6C0A5) is known color: Pale Leaf. HEX triplet: B6, C0 and A5. RGB value is (182,192,165). Sum of RGB (Red+Green+Blue) = 182+192+165=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C0A5 is #493F5A. Grayscale: #BABABA. Windows color (decimal): -4800347 or 10862774. OLE color: 10862774.

HSL color Cylindrical-coordinate representation of color #B6C0A5: hue angle of 82.22º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6C0A5 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 192 165 -
CMYK 0.05 0 0.14 0.25
HSL 82.22º 0.18% 0.7% -
HSV(B) 82.22º 0.14% 0.75% -
XYZ 44.93 50.36 42.95 -
YUV 185.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 182 192 165 0.05 0 0.14 0.25 82.22 0.18 0.7
Hex B6 C0 A5 5 0 E 19 52 12 46
Octal 266 300 245 5 0 16 31 122 22 106
Binary 10110110 11000000 10100101 101 0 1110 11001 1010010 10010 1000110

Color Harmonies of #B6C0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C0A5

Black with #B6C0A5

Text Example


Text Example

White with #B6C0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C0A5; }

 p { color: rgb(182,192,165); }

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

background-color css

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

 a { background-color: rgb(182,192,165); }

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

border-color css

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

 span { border-color: rgb(182,192,165); }

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