Html Css Color HEX #BFCAA2 Pale Leaf

📋 copy color: '#BFCAA2'

red 191 ◦ green 202 ◦ blue 162

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

Shades of Pale Leaf #BFCAA2

Tints of Pale Leaf #BFCAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.19%

R = 34.41%
G = 36.4%
B = 29.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#BFCAA2 (or 0xBFCAA2) is known color: Pale Leaf. HEX triplet: BF, CA and A2. RGB value is (191,202,162). Sum of RGB (Red+Green+Blue) = 191+202+162=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCAA2 is #40355D. Grayscale: #C2C2C2. Windows color (decimal): -4207966 or 10668735. OLE color: 10668735.

HSL color Cylindrical-coordinate representation of color #BFCAA2: hue angle of 76.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFCAA2 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 202 162 -
CMYK 0.05 0 0.20 0.21
HSL 76.5º 0.27% 0.71% -
HSV(B) 76.5º 0.2% 0.79% -
XYZ 49.13 55.93 42.39 -
YUV 194.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 191 202 162 0.05 0 0.20 0.21 76.5 0.27 0.71
Hex BF CA A2 5 0 14 15 4C 1B 47
Octal 277 312 242 5 0 24 25 114 33 107
Binary 10111111 11001010 10100010 101 0 10100 10101 1001100 11011 1000111

Color Harmonies of #BFCAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCAA2

Black with #BFCAA2

Text Example


Text Example

White with #BFCAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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