Html Css Color HEX #BFCDA8 Pale Leaf

📋 copy color: '#BFCDA8'

red 191 ◦ green 205 ◦ blue 168

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

Shades of Pale Leaf #BFCDA8

Tints of Pale Leaf #BFCDA8

RGB

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

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

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

R = 33.87%
G = 36.35%
B = 29.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#BFCDA8 (or 0xBFCDA8) is known color: Pale Leaf. HEX triplet: BF, CD and A8. RGB value is (191,205,168). Sum of RGB (Red+Green+Blue) = 191+205+168=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCDA8 is #403257. Grayscale: #C4C4C4. Windows color (decimal): -4207192 or 11062719. OLE color: 11062719.

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

Color convert

RGB 191 205 168 -
CMYK 0.07 0 0.18 0.20
HSL 82.7º 0.27% 0.73% -
HSV(B) 82.7º 0.18% 0.8% -
XYZ 50.39 57.57 45.5 -
YUV 196.6 111.86 124.01 -
System Red Green Blue C M Y K H S L
Decimal 191 205 168 0.07 0 0.18 0.20 82.7 0.27 0.73
Hex BF CD A8 7 0 12 14 53 1B 49
Octal 277 315 250 7 0 22 24 123 33 111
Binary 10111111 11001101 10101000 111 0 10010 10100 1010011 11011 1001001

Color Harmonies of #BFCDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDA8

Black with #BFCDA8

Text Example


Text Example

White with #BFCDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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