Html Css Color HEX #B6BEA4 Pale Leaf

📋 copy color: '#B6BEA4'

red 182 ◦ green 190 ◦ blue 164

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

Shades of Pale Leaf #B6BEA4

Tints of Pale Leaf #B6BEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.6%

R = 33.96%
G = 35.45%
B = 30.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#B6BEA4 (or 0xB6BEA4) is known color: Pale Leaf. HEX triplet: B6, BE and A4. RGB value is (182,190,164). Sum of RGB (Red+Green+Blue) = 182+190+164=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BEA4 is #49415B. Grayscale: #B8B8B8. Windows color (decimal): -4800860 or 10796726. OLE color: 10796726.

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

Color convert

RGB 182 190 164 -
CMYK 0.04 0 0.14 0.25
HSL 78.46º 0.17% 0.69% -
HSV(B) 78.46º 0.14% 0.75% -
XYZ 44.41 49.45 42.33 -
YUV 184.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 182 190 164 0.04 0 0.14 0.25 78.46 0.17 0.69
Hex B6 BE A4 4 0 E 19 4E 11 45
Octal 266 276 244 4 0 16 31 116 21 105
Binary 10110110 10111110 10100100 100 0 1110 11001 1001110 10001 1000101

Color Harmonies of #B6BEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BEA4

Black with #B6BEA4

Text Example


Text Example

White with #B6BEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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