Html Css Color HEX #B6C2A5 Pale Leaf

📋 copy color: '#B6C2A5'

red 182 ◦ green 194 ◦ blue 165

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

Shades of Pale Leaf #B6C2A5

Tints of Pale Leaf #B6C2A5

RGB

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

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

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

R = 33.64%
G = 35.86%
B = 30.5%

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

#B6C2A5 (or 0xB6C2A5) is known color: Pale Leaf. HEX triplet: B6, C2 and A5. RGB value is (182,194,165). Sum of RGB (Red+Green+Blue) = 182+194+165=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C2A5 is #493D5A. Grayscale: #BBBBBB. Windows color (decimal): -4799835 or 10863286. OLE color: 10863286.

HSL color Cylindrical-coordinate representation of color #B6C2A5: hue angle of 84.83º degrees, saturation: 0.19, 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 #B6C2A5 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 194 165 -
CMYK 0.06 0 0.15 0.24
HSL 84.83º 0.19% 0.7% -
HSV(B) 84.83º 0.15% 0.76% -
XYZ 45.37 51.25 43.1 -
YUV 187.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 182 194 165 0.06 0 0.15 0.24 84.83 0.19 0.7
Hex B6 C2 A5 6 0 F 18 55 13 46
Octal 266 302 245 6 0 17 30 125 23 106
Binary 10110110 11000010 10100101 110 0 1111 11000 1010101 10011 1000110

Color Harmonies of #B6C2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C2A5

Black with #B6C2A5

Text Example


Text Example

White with #B6C2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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