Html Css Color HEX #BFCDA2 Pale Leaf

📋 copy color: '#BFCDA2'

red 191 ◦ green 205 ◦ blue 162

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

Shades of Pale Leaf #BFCDA2

Tints of Pale Leaf #BFCDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.03%

R = 34.23%
G = 36.74%
B = 29.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#BFCDA2 (or 0xBFCDA2) is known color: Pale Leaf. HEX triplet: BF, CD and A2. RGB value is (191,205,162). Sum of RGB (Red+Green+Blue) = 191+205+162=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 162 (63.67% from 255 or 29.03% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCDA2 is #40325D. Grayscale: #C4C4C4. Windows color (decimal): -4207198 or 10669503. OLE color: 10669503.

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

Color convert

RGB 191 205 162 -
CMYK 0.07 0 0.21 0.20
HSL 79.53º 0.3% 0.72% -
HSV(B) 79.53º 0.21% 0.8% -
XYZ 49.84 57.35 42.62 -
YUV 195.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 191 205 162 0.07 0 0.21 0.20 79.53 0.3 0.72
Hex BF CD A2 7 0 15 14 50 1E 48
Octal 277 315 242 7 0 25 24 120 36 110
Binary 10111111 11001101 10100010 111 0 10101 10100 1010000 11110 1001000

Color Harmonies of #BFCDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDA2

Black with #BFCDA2

Text Example


Text Example

White with #BFCDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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