Html Css Color HEX #BFCCAC Pale Leaf

📋 copy color: '#BFCCAC'

red 191 ◦ green 204 ◦ blue 172

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

Shades of Pale Leaf #BFCCAC

Tints of Pale Leaf #BFCCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.98%

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

R = 33.69%
G = 35.98%
B = 30.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#BFCCAC (or 0xBFCCAC) is known color: Pale Leaf. HEX triplet: BF, CC and AC. RGB value is (191,204,172). Sum of RGB (Red+Green+Blue) = 191+204+172=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCCAC is #403353. Grayscale: #C4C4C4. Windows color (decimal): -4207444 or 11324607. OLE color: 11324607.

HSL color Cylindrical-coordinate representation of color #BFCCAC: hue angle of 84.38º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFCCAC is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 172 -
CMYK 0.06 0 0.16 0.2
HSL 84.38º 0.24% 0.74% -
HSV(B) 84.38º 0.16% 0.8% -
XYZ 50.53 57.24 47.42 -
YUV 196.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 191 204 172 0.06 0 0.16 0.2 84.38 0.24 0.74
Hex BF CC AC 6 0 10 14 54 18 4A
Octal 277 314 254 6 0 20 24 124 30 112
Binary 10111111 11001100 10101100 110 0 10000 10100 1010100 11000 1001010

Color Harmonies of #BFCCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCAC

Black with #BFCCAC

Text Example


Text Example

White with #BFCCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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