Html Css Color HEX #BFCAAC Pale Leaf

📋 copy color: '#BFCAAC'

red 191 ◦ green 202 ◦ blue 172

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

Shades of Pale Leaf #BFCAAC

Tints of Pale Leaf #BFCAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.44%

R = 33.81%
G = 35.75%
B = 30.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#BFCAAC (or 0xBFCAAC) is known color: Pale Leaf. HEX triplet: BF, CA and AC. RGB value is (191,202,172). Sum of RGB (Red+Green+Blue) = 191+202+172=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCAAC is #403553. Grayscale: #C3C3C3. Windows color (decimal): -4207956 or 11324095. OLE color: 11324095.

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

Color convert

RGB 191 202 172 -
CMYK 0.05 0 0.15 0.21
HSL 82º 0.22% 0.73% -
HSV(B) 82º 0.15% 0.79% -
XYZ 50.05 56.3 47.26 -
YUV 195.29 114.86 124.94 -
System Red Green Blue C M Y K H S L
Decimal 191 202 172 0.05 0 0.15 0.21 82 0.22 0.73
Hex BF CA AC 5 0 F 15 52 16 49
Octal 277 312 254 5 0 17 25 122 26 111
Binary 10111111 11001010 10101100 101 0 1111 10101 1010010 10110 1001001

Color Harmonies of #BFCAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCAAC

Black with #BFCAAC

Text Example


Text Example

White with #BFCAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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