Html Css Color HEX #BFCCA8 Pale Leaf

📋 copy color: '#BFCCA8'

red 191 ◦ green 204 ◦ blue 168

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

Shades of Pale Leaf #BFCCA8

Tints of Pale Leaf #BFCCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.84%

R = 33.93%
G = 36.23%
B = 29.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#BFCCA8 (or 0xBFCCA8) is known color: Pale Leaf. HEX triplet: BF, CC and A8. RGB value is (191,204,168). Sum of RGB (Red+Green+Blue) = 191+204+168=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCCA8 is #403357. Grayscale: #C4C4C4. Windows color (decimal): -4207448 or 11062463. OLE color: 11062463.

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

Color convert

RGB 191 204 168 -
CMYK 0.06 0 0.18 0.2
HSL 81.67º 0.26% 0.73% -
HSV(B) 81.67º 0.18% 0.8% -
XYZ 50.15 57.09 45.42 -
YUV 196.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 191 204 168 0.06 0 0.18 0.2 81.67 0.26 0.73
Hex BF CC A8 6 0 12 14 52 1A 49
Octal 277 314 250 6 0 22 24 122 32 111
Binary 10111111 11001100 10101000 110 0 10010 10100 1010010 11010 1001001

Color Harmonies of #BFCCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCA8

Black with #BFCCA8

Text Example


Text Example

White with #BFCCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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