Html Css Color HEX #BFCBA8 Pale Leaf

📋 copy color: '#BFCBA8'

red 191 ◦ green 203 ◦ blue 168

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

Shades of Pale Leaf #BFCBA8

Tints of Pale Leaf #BFCBA8

RGB

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

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

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

R = 33.99%
G = 36.12%
B = 29.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#BFCBA8 (or 0xBFCBA8) is known color: Pale Leaf. HEX triplet: BF, CB and A8. RGB value is (191,203,168). Sum of RGB (Red+Green+Blue) = 191+203+168=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCBA8 is #403457. Grayscale: #C3C3C3. Windows color (decimal): -4207704 or 11062207. OLE color: 11062207.

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

Color convert

RGB 191 203 168 -
CMYK 0.06 0 0.17 0.20
HSL 80.57º 0.25% 0.73% -
HSV(B) 80.57º 0.17% 0.8% -
XYZ 49.91 56.62 45.34 -
YUV 195.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 191 203 168 0.06 0 0.17 0.20 80.57 0.25 0.73
Hex BF CB A8 6 0 11 14 51 19 49
Octal 277 313 250 6 0 21 24 121 31 111
Binary 10111111 11001011 10101000 110 0 10001 10100 1010001 11001 1001001

Color Harmonies of #BFCBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBA8

Black with #BFCBA8

Text Example


Text Example

White with #BFCBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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