Html Css Color HEX #B6C1A5 Pale Leaf

📋 copy color: '#B6C1A5'

red 182 ◦ green 193 ◦ blue 165

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

Shades of Pale Leaf #B6C1A5

Tints of Pale Leaf #B6C1A5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.74%

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

R = 33.7%
G = 35.74%
B = 30.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#B6C1A5 (or 0xB6C1A5) is known color: Pale Leaf. HEX triplet: B6, C1 and A5. RGB value is (182,193,165). Sum of RGB (Red+Green+Blue) = 182+193+165=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C1A5 is #493E5A. Grayscale: #BABABA. Windows color (decimal): -4800091 or 10863030. OLE color: 10863030.

HSL color Cylindrical-coordinate representation of color #B6C1A5: hue angle of 83.57º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6C1A5 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 193 165 -
CMYK 0.06 0 0.15 0.24
HSL 83.57º 0.18% 0.7% -
HSV(B) 83.57º 0.15% 0.76% -
XYZ 45.15 50.8 43.02 -
YUV 186.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 182 193 165 0.06 0 0.15 0.24 83.57 0.18 0.7
Hex B6 C1 A5 6 0 F 18 54 12 46
Octal 266 301 245 6 0 17 30 124 22 106
Binary 10110110 11000001 10100101 110 0 1111 11000 1010100 10010 1000110

Color Harmonies of #B6C1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C1A5

Black with #B6C1A5

Text Example


Text Example

White with #B6C1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C1A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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