Html Css Color HEX #BFCDAC Pale Leaf

📋 copy color: '#BFCDAC'

red 191 ◦ green 205 ◦ blue 172

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

Shades of Pale Leaf #BFCDAC

Tints of Pale Leaf #BFCDAC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.09%

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

R = 33.63%
G = 36.09%
B = 30.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#BFCDAC (or 0xBFCDAC) is known color: Pale Leaf. HEX triplet: BF, CD and AC. RGB value is (191,205,172). Sum of RGB (Red+Green+Blue) = 191+205+172=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCDAC is #403253. Grayscale: #C5C5C5. Windows color (decimal): -4207188 or 11324863. OLE color: 11324863.

HSL color Cylindrical-coordinate representation of color #BFCDAC: hue angle of 85.45º degrees, saturation: 0.25, 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 #BFCDAC is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 172 -
CMYK 0.07 0 0.16 0.20
HSL 85.45º 0.25% 0.74% -
HSV(B) 85.45º 0.16% 0.8% -
XYZ 50.76 57.72 47.49 -
YUV 197.05 113.86 123.68 -
System Red Green Blue C M Y K H S L
Decimal 191 205 172 0.07 0 0.16 0.20 85.45 0.25 0.74
Hex BF CD AC 7 0 10 14 55 19 4A
Octal 277 315 254 7 0 20 24 125 31 112
Binary 10111111 11001101 10101100 111 0 10000 10100 1010101 11001 1001010

Color Harmonies of #BFCDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDAC

Black with #BFCDAC

Text Example


Text Example

White with #BFCDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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