Html Css Color HEX #B8C2A5 Pale Leaf

📋 copy color: '#B8C2A5'

red 184 ◦ green 194 ◦ blue 165

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

Shades of Pale Leaf #B8C2A5

Tints of Pale Leaf #B8C2A5

RGB

 RED value IS 184 (72.27% from 255) = 33.89%

 GREEN value IS 194 (76.17% from 255) = 35.73%

 BLUE value IS 165 (64.84% from 255) = 30.39%

R = 33.89%
G = 35.73%
B = 30.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#B8C2A5 (or 0xB8C2A5) is known color: Pale Leaf. HEX triplet: B8, C2 and A5. RGB value is (184,194,165). Sum of RGB (Red+Green+Blue) = 184+194+165=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C2A5 is #473D5A. Grayscale: #BBBBBB. Windows color (decimal): -4668763 or 10863288. OLE color: 10863288.

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

Color convert

RGB 184 194 165 -
CMYK 0.05 0 0.15 0.24
HSL 80.69º 0.19% 0.7% -
HSV(B) 80.69º 0.15% 0.76% -
XYZ 45.85 51.49 43.12 -
YUV 187.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 184 194 165 0.05 0 0.15 0.24 80.69 0.19 0.7
Hex B8 C2 A5 5 0 F 18 51 13 46
Octal 270 302 245 5 0 17 30 121 23 106
Binary 10111000 11000010 10100101 101 0 1111 11000 1010001 10011 1000110

Color Harmonies of #B8C2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C2A5

Black with #B8C2A5

Text Example


Text Example

White with #B8C2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C2A5; }

 p { color: rgb(184,194,165); }

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

background-color css

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

 a { background-color: rgb(184,194,165); }

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

border-color css

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

 span { border-color: rgb(184,194,165); }

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