Html Css Color HEX #BFCBA0 Pale Leaf

📋 copy color: '#BFCBA0'

red 191 ◦ green 203 ◦ blue 160

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

Shades of Pale Leaf #BFCBA0

Tints of Pale Leaf #BFCBA0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.64%

 BLUE value IS 160 (62.89% from 255) = 28.88%

R = 34.48%
G = 36.64%
B = 28.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#BFCBA0 (or 0xBFCBA0) is known color: Pale Leaf. HEX triplet: BF, CB and A0. RGB value is (191,203,160). Sum of RGB (Red+Green+Blue) = 191+203+160=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCBA0 is #40345F. Grayscale: #C2C2C2. Windows color (decimal): -4207712 or 10537919. OLE color: 10537919.

HSL color Cylindrical-coordinate representation of color #BFCBA0: hue angle of 76.74º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFCBA0 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 203 160 -
CMYK 0.06 0 0.21 0.20
HSL 76.74º 0.29% 0.71% -
HSV(B) 76.74º 0.21% 0.8% -
XYZ 49.19 56.33 41.54 -
YUV 194.51 108.52 125.5 -
System Red Green Blue C M Y K H S L
Decimal 191 203 160 0.06 0 0.21 0.20 76.74 0.29 0.71
Hex BF CB A0 6 0 15 14 4D 1D 47
Octal 277 313 240 6 0 25 24 115 35 107
Binary 10111111 11001011 10100000 110 0 10101 10100 1001101 11101 1000111

Color Harmonies of #BFCBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBA0

Black with #BFCBA0

Text Example


Text Example

White with #BFCBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBA0; }

 p { color: rgb(191,203,160); }

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

background-color css

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

 a { background-color: rgb(191,203,160); }

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

border-color css

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

 span { border-color: rgb(191,203,160); }

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