Html Css Color HEX #BFCDAB Pale Leaf

📋 copy color: '#BFCDAB'

red 191 ◦ green 205 ◦ blue 171

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

Shades of Pale Leaf #BFCDAB

Tints of Pale Leaf #BFCDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.16%

R = 33.69%
G = 36.16%
B = 30.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#BFCDAB (or 0xBFCDAB) is known color: Pale Leaf. HEX triplet: BF, CD and AB. RGB value is (191,205,171). Sum of RGB (Red+Green+Blue) = 191+205+171=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCDAB is #403254. Grayscale: #C5C5C5. Windows color (decimal): -4207189 or 11259327. OLE color: 11259327.

HSL color Cylindrical-coordinate representation of color #BFCDAB: hue angle of 84.71º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCDAB is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 171 -
CMYK 0.07 0 0.17 0.20
HSL 84.71º 0.25% 0.74% -
HSV(B) 84.71º 0.17% 0.8% -
XYZ 50.67 57.68 46.99 -
YUV 196.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 191 205 171 0.07 0 0.17 0.20 84.71 0.25 0.74
Hex BF CD AB 7 0 11 14 55 19 4A
Octal 277 315 253 7 0 21 24 125 31 112
Binary 10111111 11001101 10101011 111 0 10001 10100 1010101 11001 1001010

Color Harmonies of #BFCDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDAB

Black with #BFCDAB

Text Example


Text Example

White with #BFCDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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