Html Css Color HEX #BFA4F1 Perfume

📋 copy color: '#BFA4F1'

red 191 ◦ green 164 ◦ blue 241

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

Shades of Perfume #BFA4F1

Tints of Perfume #BFA4F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.44%

R = 32.05%
G = 27.52%
B = 40.44%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFA4F1 (or 0xBFA4F1) is known color: Perfume. HEX triplet: BF, A4 and F1. RGB value is (191,164,241). Sum of RGB (Red+Green+Blue) = 191+164+241=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 164 (64.45% from 255 or 27.52% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFA4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA4F1 is #405B0E. Grayscale: #B4B4B4. Windows color (decimal): -4217615 or 15836351. OLE color: 15836351.

HSL color Cylindrical-coordinate representation of color #BFA4F1: hue angle of 261.04º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFA4F1 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 164 241 -
CMYK 0.21 0.32 0 0.05
HSL 261.04º 0.73% 0.79% -
HSV(B) 261.04º 0.32% 0.95% -
XYZ 50.64 43.98 89.04 -
YUV 180.85 161.95 135.24 -
System Red Green Blue C M Y K H S L
Decimal 191 164 241 0.21 0.32 0 0.05 261.04 0.73 0.79
Hex BF A4 F1 15 20 0 5 105 49 4F
Octal 277 244 361 25 40 0 5 405 111 117
Binary 10111111 10100100 11110001 10101 100000 0 101 100000101 1001001 1001111

Color Harmonies of #BFA4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA4F1

Black with #BFA4F1

Text Example


Text Example

White with #BFA4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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