Html Css Color HEX #B6BEA8 Pale Leaf

📋 copy color: '#B6BEA8'

red 182 ◦ green 190 ◦ blue 168

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

Shades of Pale Leaf #B6BEA8

Tints of Pale Leaf #B6BEA8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.19%

 BLUE value IS 168 (66.02% from 255) = 31.11%

R = 33.7%
G = 35.19%
B = 31.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#B6BEA8 (or 0xB6BEA8) is known color: Pale Leaf. HEX triplet: B6, BE and A8. RGB value is (182,190,168). Sum of RGB (Red+Green+Blue) = 182+190+168=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BEA8 is #494157. Grayscale: #B9B9B9. Windows color (decimal): -4800856 or 11058870. OLE color: 11058870.

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

Color convert

RGB 182 190 168 -
CMYK 0.04 0 0.12 0.25
HSL 81.82º 0.14% 0.7% -
HSV(B) 81.82º 0.12% 0.75% -
XYZ 44.77 49.6 44.26 -
YUV 185.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 182 190 168 0.04 0 0.12 0.25 81.82 0.14 0.7
Hex B6 BE A8 4 0 C 19 52 E 46
Octal 266 276 250 4 0 14 31 122 16 106
Binary 10110110 10111110 10101000 100 0 1100 11001 1010010 1110 1000110

Color Harmonies of #B6BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BEA8

Black with #B6BEA8

Text Example


Text Example

White with #B6BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BEA8; }

 p { color: rgb(182,190,168); }

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

background-color css

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

 a { background-color: rgb(182,190,168); }

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

border-color css

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

 span { border-color: rgb(182,190,168); }

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