Html Css Color HEX #BFD0A2 Pale Leaf

📋 copy color: '#BFD0A2'

red 191 ◦ green 208 ◦ blue 162

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

Shades of Pale Leaf #BFD0A2

Tints of Pale Leaf #BFD0A2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.08%

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

R = 34.05%
G = 37.08%
B = 28.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#BFD0A2 (or 0xBFD0A2) is known color: Pale Leaf. HEX triplet: BF, D0 and A2. RGB value is (191,208,162). Sum of RGB (Red+Green+Blue) = 191+208+162=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 162 (63.67% from 255 or 28.88% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD0A2 is #402F5D. Grayscale: #C5C5C5. Windows color (decimal): -4206430 or 10670271. OLE color: 10670271.

HSL color Cylindrical-coordinate representation of color #BFD0A2: hue angle of 82.17º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFD0A2 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 162 -
CMYK 0.08 0 0.22 0.18
HSL 82.17º 0.33% 0.73% -
HSV(B) 82.17º 0.22% 0.82% -
XYZ 50.56 58.8 42.87 -
YUV 197.67 107.87 123.24 -
System Red Green Blue C M Y K H S L
Decimal 191 208 162 0.08 0 0.22 0.18 82.17 0.33 0.73
Hex BF D0 A2 8 0 16 12 52 21 49
Octal 277 320 242 10 0 26 22 122 41 111
Binary 10111111 11010000 10100010 1000 0 10110 10010 1010010 100001 1001001

Color Harmonies of #BFD0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD0A2

Black with #BFD0A2

Text Example


Text Example

White with #BFD0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD0A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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