Html Css Color HEX #BFCDA3 Pale Leaf

📋 copy color: '#BFCDA3'

red 191 ◦ green 205 ◦ blue 163

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

Shades of Pale Leaf #BFCDA3

Tints of Pale Leaf #BFCDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 29.16%

R = 34.17%
G = 36.67%
B = 29.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#BFCDA3 (or 0xBFCDA3) is known color: Pale Leaf. HEX triplet: BF, CD and A3. RGB value is (191,205,163). Sum of RGB (Red+Green+Blue) = 191+205+163=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 163 (64.06% from 255 or 29.16% from 559); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCDA3 is #40325C. Grayscale: #C4C4C4. Windows color (decimal): -4207197 or 10735039. OLE color: 10735039.

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

Color convert

RGB 191 205 163 -
CMYK 0.07 0 0.20 0.20
HSL 80º 0.3% 0.72% -
HSV(B) 80º 0.2% 0.8% -
XYZ 49.93 57.38 43.09 -
YUV 196.03 109.36 124.42 -
System Red Green Blue C M Y K H S L
Decimal 191 205 163 0.07 0 0.20 0.20 80 0.3 0.72
Hex BF CD A3 7 0 14 14 50 1E 48
Octal 277 315 243 7 0 24 24 120 36 110
Binary 10111111 11001101 10100011 111 0 10100 10100 1010000 11110 1001000

Color Harmonies of #BFCDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDA3

Black with #BFCDA3

Text Example


Text Example

White with #BFCDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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