Html Css Color HEX #BFA4F7 Perfume

📋 copy color: '#BFA4F7'

red 191 ◦ green 164 ◦ blue 247

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

Shades of Perfume #BFA4F7

Tints of Perfume #BFA4F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.03%

R = 31.73%
G = 27.24%
B = 41.03%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BFA4F7 (or 0xBFA4F7) is known color: Perfume. HEX triplet: BF, A4 and F7. RGB value is (191,164,247). Sum of RGB (Red+Green+Blue) = 191+164+247=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFA4F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA4F7 is #405B08. Grayscale: #B5B5B5. Windows color (decimal): -4217609 or 16229567. OLE color: 16229567.

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

Color convert

RGB 191 164 247 -
CMYK 0.23 0.34 0 0.03
HSL 259.52º 0.84% 0.81% -
HSV(B) 259.52º 0.34% 0.97% -
XYZ 51.55 44.34 93.84 -
YUV 181.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 191 164 247 0.23 0.34 0 0.03 259.52 0.84 0.81
Hex BF A4 F7 17 22 0 3 104 54 51
Octal 277 244 367 27 42 0 3 404 124 121
Binary 10111111 10100100 11110111 10111 100010 0 11 100000100 1010100 1010001

Color Harmonies of #BFA4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA4F7

Black with #BFA4F7

Text Example


Text Example

White with #BFA4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA4F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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