Html Css Color HEX #BFA4F9 Perfume

📋 copy color: '#BFA4F9'

red 191 ◦ green 164 ◦ blue 249

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

Shades of Perfume #BFA4F9

Tints of Perfume #BFA4F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.23%

R = 31.62%
G = 27.15%
B = 41.23%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFA4F9 (or 0xBFA4F9) is known color: Perfume. HEX triplet: BF, A4 and F9. RGB value is (191,164,249). Sum of RGB (Red+Green+Blue) = 191+164+249=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFA4F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA4F9 is #405B06. Grayscale: #B5B5B5. Windows color (decimal): -4217607 or 16360639. OLE color: 16360639.

HSL color Cylindrical-coordinate representation of color #BFA4F9: hue angle of 259.06º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFA4F9 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 164 249 -
CMYK 0.23 0.34 0 0.02
HSL 259.06º 0.88% 0.81% -
HSV(B) 259.06º 0.34% 0.98% -
XYZ 51.86 44.47 95.47 -
YUV 181.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 191 164 249 0.23 0.34 0 0.02 259.06 0.88 0.81
Hex BF A4 F9 17 22 0 2 103 58 51
Octal 277 244 371 27 42 0 2 403 130 121
Binary 10111111 10100100 11111001 10111 100010 0 10 100000011 1011000 1010001

Color Harmonies of #BFA4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA4F9

Black with #BFA4F9

Text Example


Text Example

White with #BFA4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA4F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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