Html Css Color HEX #B7C3A6 Pale Leaf

📋 copy color: '#B7C3A6'

red 183 ◦ green 195 ◦ blue 166

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

Shades of Pale Leaf #B7C3A6

Tints of Pale Leaf #B7C3A6

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.85%

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

R = 33.64%
G = 35.85%
B = 30.51%

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

#B7C3A6 (or 0xB7C3A6) is known color: Pale Leaf. HEX triplet: B7, C3 and A6. RGB value is (183,195,166). Sum of RGB (Red+Green+Blue) = 183+195+166=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C3A6 is #483C59. Grayscale: #BCBCBC. Windows color (decimal): -4734042 or 10929079. OLE color: 10929079.

HSL color Cylindrical-coordinate representation of color #B7C3A6: hue angle of 84.83º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7C3A6 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 195 166 -
CMYK 0.06 0 0.15 0.24
HSL 84.83º 0.19% 0.71% -
HSV(B) 84.83º 0.15% 0.76% -
XYZ 45.93 51.85 43.66 -
YUV 188.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 183 195 166 0.06 0 0.15 0.24 84.83 0.19 0.71
Hex B7 C3 A6 6 0 F 18 55 13 47
Octal 267 303 246 6 0 17 30 125 23 107
Binary 10110111 11000011 10100110 110 0 1111 11000 1010101 10011 1000111

Color Harmonies of #B7C3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C3A6

Black with #B7C3A6

Text Example


Text Example

White with #B7C3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C3A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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