Html Css Color HEX #BFCBAB Pale Leaf

📋 copy color: '#BFCBAB'

red 191 ◦ green 203 ◦ blue 171

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

Shades of Pale Leaf #BFCBAB

Tints of Pale Leaf #BFCBAB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.93%

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

R = 33.81%
G = 35.93%
B = 30.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#BFCBAB (or 0xBFCBAB) is known color: Pale Leaf. HEX triplet: BF, CB and AB. RGB value is (191,203,171). Sum of RGB (Red+Green+Blue) = 191+203+171=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCBAB is #403454. Grayscale: #C3C3C3. Windows color (decimal): -4207701 or 11258815. OLE color: 11258815.

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

Color convert

RGB 191 203 171 -
CMYK 0.06 0 0.16 0.20
HSL 82.5º 0.24% 0.73% -
HSV(B) 82.5º 0.16% 0.8% -
XYZ 50.19 56.73 46.83 -
YUV 195.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 191 203 171 0.06 0 0.16 0.20 82.5 0.24 0.73
Hex BF CB AB 6 0 10 14 52 18 49
Octal 277 313 253 6 0 20 24 122 30 111
Binary 10111111 11001011 10101011 110 0 10000 10100 1010010 11000 1001001

Color Harmonies of #BFCBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBAB

Black with #BFCBAB

Text Example


Text Example

White with #BFCBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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