Html Css Color HEX #BFA4D9 Perfume

📋 copy color: '#BFA4D9'

red 191 ◦ green 164 ◦ blue 217

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

Shades of Perfume #BFA4D9

Tints of Perfume #BFA4D9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.67%

 BLUE value IS 217 (85.16% from 255) = 37.94%

R = 33.39%
G = 28.67%
B = 37.94%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BFA4D9 (or 0xBFA4D9) is known color: Perfume. HEX triplet: BF, A4 and D9. RGB value is (191,164,217). Sum of RGB (Red+Green+Blue) = 191+164+217=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFA4D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA4D9 is #405B26. Grayscale: #B1B1B1. Windows color (decimal): -4217639 or 14263487. OLE color: 14263487.

HSL color Cylindrical-coordinate representation of color #BFA4D9: hue angle of 270.57º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFA4D9 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 164 217 -
CMYK 0.12 0.24 0 0.15
HSL 270.57º 0.41% 0.75% -
HSV(B) 270.57º 0.24% 0.85% -
XYZ 47.29 42.64 71.38 -
YUV 178.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 191 164 217 0.12 0.24 0 0.15 270.57 0.41 0.75
Hex BF A4 D9 C 18 0 F 10F 29 4B
Octal 277 244 331 14 30 0 17 417 51 113
Binary 10111111 10100100 11011001 1100 11000 0 1111 100001111 101001 1001011

Color Harmonies of #BFA4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA4D9

Black with #BFA4D9

Text Example


Text Example

White with #BFA4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA4D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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