Html Css Color HEX #BFA2F9 Perfume

📋 copy color: '#BFA2F9'

red 191 ◦ green 162 ◦ blue 249

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

Shades of Perfume #BFA2F9

Tints of Perfume #BFA2F9

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.91%

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

R = 31.73%
G = 26.91%
B = 41.36%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFA2F9 (or 0xBFA2F9) is known color: Perfume. HEX triplet: BF, A2 and F9. RGB value is (191,162,249). Sum of RGB (Red+Green+Blue) = 191+162+249=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFA2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA2F9 is #405D06. Grayscale: #B4B4B4. Windows color (decimal): -4218119 or 16360127. OLE color: 16360127.

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

Color convert

RGB 191 162 249 -
CMYK 0.23 0.35 0 0.02
HSL 260º 0.88% 0.81% -
HSV(B) 260º 0.35% 0.98% -
XYZ 51.51 43.76 95.35 -
YUV 180.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 191 162 249 0.23 0.35 0 0.02 260 0.88 0.81
Hex BF A2 F9 17 23 0 2 104 58 51
Octal 277 242 371 27 43 0 2 404 130 121
Binary 10111111 10100010 11111001 10111 100011 0 10 100000100 1011000 1010001

Color Harmonies of #BFA2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA2F9

Black with #BFA2F9

Text Example


Text Example

White with #BFA2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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