Html Css Color HEX #BF9EFA Perfume

📋 copy color: '#BF9EFA'

red 191 ◦ green 158 ◦ blue 250

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

Shades of Perfume #BF9EFA

Tints of Perfume #BF9EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.38%

 BLUE value IS 250 (98.05% from 255) = 41.74%

R = 31.89%
G = 26.38%
B = 41.74%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF9EFA (or 0xBF9EFA) is known color: Perfume. HEX triplet: BF, 9E and FA. RGB value is (191,158,250). Sum of RGB (Red+Green+Blue) = 191+158+250=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF9EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9EFA is #406105. Grayscale: #B2B2B2. Windows color (decimal): -4219142 or 16424639. OLE color: 16424639.

HSL color Cylindrical-coordinate representation of color #BF9EFA: hue angle of 261.52º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF9EFA is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 158 250 -
CMYK 0.24 0.37 0 0.02
HSL 261.52º 0.9% 0.8% -
HSV(B) 261.52º 0.37% 0.98% -
XYZ 50.97 42.43 95.95 -
YUV 178.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 191 158 250 0.24 0.37 0 0.02 261.52 0.9 0.8
Hex BF 9E FA 18 25 0 2 106 5A 50
Octal 277 236 372 30 45 0 2 406 132 120
Binary 10111111 10011110 11111010 11000 100101 0 10 100000110 1011010 1010000

Color Harmonies of #BF9EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9EFA

Black with #BF9EFA

Text Example


Text Example

White with #BF9EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9EFA; }

 p { color: rgb(191,158,250); }

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

background-color css

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

 a { background-color: rgb(191,158,250); }

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

border-color css

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

 span { border-color: rgb(191,158,250); }

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