Html Css Color HEX #BFCAA5 Pale Leaf

📋 copy color: '#BFCAA5'

red 191 ◦ green 202 ◦ blue 165

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

Shades of Pale Leaf #BFCAA5

Tints of Pale Leaf #BFCAA5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.2%

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

R = 34.23%
G = 36.2%
B = 29.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#BFCAA5 (or 0xBFCAA5) is known color: Pale Leaf. HEX triplet: BF, CA and A5. RGB value is (191,202,165). Sum of RGB (Red+Green+Blue) = 191+202+165=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCAA5 is #40355A. Grayscale: #C2C2C2. Windows color (decimal): -4207963 or 10865343. OLE color: 10865343.

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

Color convert

RGB 191 202 165 -
CMYK 0.05 0 0.18 0.21
HSL 77.84º 0.26% 0.72% -
HSV(B) 77.84º 0.18% 0.79% -
XYZ 49.4 56.03 43.81 -
YUV 194.49 111.36 125.51 -
System Red Green Blue C M Y K H S L
Decimal 191 202 165 0.05 0 0.18 0.21 77.84 0.26 0.72
Hex BF CA A5 5 0 12 15 4E 1A 48
Octal 277 312 245 5 0 22 25 116 32 110
Binary 10111111 11001010 10100101 101 0 10010 10101 1001110 11010 1001000

Color Harmonies of #BFCAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCAA5

Black with #BFCAA5

Text Example


Text Example

White with #BFCAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCAA5; }

 p { color: rgb(191,202,165); }

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

background-color css

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

 a { background-color: rgb(191,202,165); }

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

border-color css

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

 span { border-color: rgb(191,202,165); }

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