Html Css Color HEX #BFC9B0 Pale Leaf

📋 copy color: '#BFC9B0'

red 191 ◦ green 201 ◦ blue 176

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

Shades of Pale Leaf #BFC9B0

Tints of Pale Leaf #BFC9B0

RGB

 RED value IS 191 (75% from 255) = 33.63%

 GREEN value IS 201 (78.91% from 255) = 35.39%

 BLUE value IS 176 (69.14% from 255) = 30.99%

R = 33.63%
G = 35.39%
B = 30.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#BFC9B0 (or 0xBFC9B0) is known color: Pale Leaf. HEX triplet: BF, C9 and B0. RGB value is (191,201,176). Sum of RGB (Red+Green+Blue) = 191+201+176=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC9B0 is #40364F. Grayscale: #C3C3C3. Windows color (decimal): -4208208 or 11585983. OLE color: 11585983.

HSL color Cylindrical-coordinate representation of color #BFC9B0: hue angle of 84º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFC9B0 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 176 -
CMYK 0.05 0 0.12 0.21
HSL 84º 0.19% 0.74% -
HSV(B) 84º 0.12% 0.79% -
XYZ 50.21 55.98 49.23 -
YUV 195.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 191 201 176 0.05 0 0.12 0.21 84 0.19 0.74
Hex BF C9 B0 5 0 C 15 54 13 4A
Octal 277 311 260 5 0 14 25 124 23 112
Binary 10111111 11001001 10110000 101 0 1100 10101 1010100 10011 1001010

Color Harmonies of #BFC9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC9B0

Black with #BFC9B0

Text Example


Text Example

White with #BFC9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC9B0; }

 p { color: rgb(191,201,176); }

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

background-color css

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

 a { background-color: rgb(191,201,176); }

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

border-color css

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

 span { border-color: rgb(191,201,176); }

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