Html Css Color HEX #B7C0A6 Pale Leaf

📋 copy color: '#B7C0A6'

red 183 ◦ green 192 ◦ blue 166

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

Shades of Pale Leaf #B7C0A6

Tints of Pale Leaf #B7C0A6

RGB

 RED value IS 183 (71.88% from 255) = 33.83%

 GREEN value IS 192 (75.39% from 255) = 35.49%

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

R = 33.83%
G = 35.49%
B = 30.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#B7C0A6 (or 0xB7C0A6) is known color: Pale Leaf. HEX triplet: B7, C0 and A6. RGB value is (183,192,166). Sum of RGB (Red+Green+Blue) = 183+192+166=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C0A6 is #483F59. Grayscale: #BABABA. Windows color (decimal): -4734810 or 10928311. OLE color: 10928311.

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

Color convert

RGB 183 192 166 -
CMYK 0.05 0 0.14 0.25
HSL 80.77º 0.17% 0.7% -
HSV(B) 80.77º 0.14% 0.75% -
XYZ 45.26 50.52 43.44 -
YUV 186.35 116.52 125.61 -
System Red Green Blue C M Y K H S L
Decimal 183 192 166 0.05 0 0.14 0.25 80.77 0.17 0.7
Hex B7 C0 A6 5 0 E 19 51 11 46
Octal 267 300 246 5 0 16 31 121 21 106
Binary 10110111 11000000 10100110 101 0 1110 11001 1010001 10001 1000110

Color Harmonies of #B7C0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C0A6

Black with #B7C0A6

Text Example


Text Example

White with #B7C0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C0A6; }

 p { color: rgb(183,192,166); }

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

background-color css

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

 a { background-color: rgb(183,192,166); }

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

border-color css

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

 span { border-color: rgb(183,192,166); }

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