Html Css Color HEX #B9C3A9 Pale Leaf

📋 copy color: '#B9C3A9'

red 185 ◦ green 195 ◦ blue 169

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

Shades of Pale Leaf #B9C3A9

Tints of Pale Leaf #B9C3A9

RGB

 RED value IS 185 (72.66% from 255) = 33.7%

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

 BLUE value IS 169 (66.41% from 255) = 30.78%

R = 33.7%
G = 35.52%
B = 30.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#B9C3A9 (or 0xB9C3A9) is known color: Pale Leaf. HEX triplet: B9, C3 and A9. RGB value is (185,195,169). Sum of RGB (Red+Green+Blue) = 185+195+169=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C3A9 is #463C56. Grayscale: #BDBDBD. Windows color (decimal): -4602967 or 11125689. OLE color: 11125689.

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

Color convert

RGB 185 195 169 -
CMYK 0.05 0 0.13 0.24
HSL 83.08º 0.18% 0.71% -
HSV(B) 83.08º 0.13% 0.76% -
XYZ 46.68 52.21 45.15 -
YUV 189.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 185 195 169 0.05 0 0.13 0.24 83.08 0.18 0.71
Hex B9 C3 A9 5 0 D 18 53 12 47
Octal 271 303 251 5 0 15 30 123 22 107
Binary 10111001 11000011 10101001 101 0 1101 11000 1010011 10010 1000111

Color Harmonies of #B9C3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C3A9

Black with #B9C3A9

Text Example


Text Example

White with #B9C3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C3A9; }

 p { color: rgb(185,195,169); }

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

background-color css

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

 a { background-color: rgb(185,195,169); }

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

border-color css

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

 span { border-color: rgb(185,195,169); }

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