Html Css Color HEX #BFCDA4 Pale Leaf

📋 copy color: '#BFCDA4'

red 191 ◦ green 205 ◦ blue 164

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

Shades of Pale Leaf #BFCDA4

Tints of Pale Leaf #BFCDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.29%

R = 34.11%
G = 36.61%
B = 29.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.2

 K value IS 0.20

RGB Variations

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

Color information

#BFCDA4 (or 0xBFCDA4) is known color: Pale Leaf. HEX triplet: BF, CD and A4. RGB value is (191,205,164). Sum of RGB (Red+Green+Blue) = 191+205+164=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCDA4 is #40325B. Grayscale: #C4C4C4. Windows color (decimal): -4207196 or 10800575. OLE color: 10800575.

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

Color convert

RGB 191 205 164 -
CMYK 0.07 0 0.2 0.20
HSL 80.49º 0.29% 0.72% -
HSV(B) 80.49º 0.2% 0.8% -
XYZ 50.02 57.42 43.57 -
YUV 196.14 109.86 124.33 -
System Red Green Blue C M Y K H S L
Decimal 191 205 164 0.07 0 0.2 0.20 80.49 0.29 0.72
Hex BF CD A4 7 0 14 14 50 1D 48
Octal 277 315 244 7 0 24 24 120 35 110
Binary 10111111 11001101 10100100 111 0 10100 10100 1010000 11101 1001000

Color Harmonies of #BFCDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDA4

Black with #BFCDA4

Text Example


Text Example

White with #BFCDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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