Html Css Color HEX #B5BEA6 Pale Leaf

📋 copy color: '#B5BEA6'

red 181 ◦ green 190 ◦ blue 166

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

Shades of Pale Leaf #B5BEA6

Tints of Pale Leaf #B5BEA6

RGB

 RED value IS 181 (71.09% from 255) = 33.71%

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

 BLUE value IS 166 (65.23% from 255) = 30.91%

R = 33.71%
G = 35.38%
B = 30.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#B5BEA6 (or 0xB5BEA6) is known color: Pale Leaf. HEX triplet: B5, BE and A6. RGB value is (181,190,166). Sum of RGB (Red+Green+Blue) = 181+190+166=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BEA6 is #4A4159. Grayscale: #B8B8B8. Windows color (decimal): -4866394 or 10927797. OLE color: 10927797.

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

Color convert

RGB 181 190 166 -
CMYK 0.05 0 0.13 0.25
HSL 82.5º 0.16% 0.7% -
HSV(B) 82.5º 0.13% 0.75% -
XYZ 44.35 49.4 43.27 -
YUV 184.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 181 190 166 0.05 0 0.13 0.25 82.5 0.16 0.7
Hex B5 BE A6 5 0 D 19 52 10 46
Octal 265 276 246 5 0 15 31 122 20 106
Binary 10110101 10111110 10100110 101 0 1101 11001 1010010 10000 1000110

Color Harmonies of #B5BEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BEA6

Black with #B5BEA6

Text Example


Text Example

White with #B5BEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BEA6; }

 p { color: rgb(181,190,166); }

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

background-color css

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

 a { background-color: rgb(181,190,166); }

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

border-color css

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

 span { border-color: rgb(181,190,166); }

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