Html Css Color HEX #BF9EFE Perfume

📋 copy color: '#BF9EFE'

red 191 ◦ green 158 ◦ blue 254

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

Shades of Perfume #BF9EFE

Tints of Perfume #BF9EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.12%

R = 31.67%
G = 26.2%
B = 42.12%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF9EFE (or 0xBF9EFE) is known color: Perfume. HEX triplet: BF, 9E and FE. RGB value is (191,158,254). Sum of RGB (Red+Green+Blue) = 191+158+254=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF9EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9EFE is #406101. Grayscale: #B2B2B2. Windows color (decimal): -4219138 or 16686783. OLE color: 16686783.

HSL color Cylindrical-coordinate representation of color #BF9EFE: hue angle of 260.62º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF9EFE is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 158 254 -
CMYK 0.25 0.38 0 0.00
HSL 260.63º 0.98% 0.81% -
HSV(B) 260.63º 0.38% 1% -
XYZ 51.6 42.69 99.29 -
YUV 178.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 191 158 254 0.25 0.38 0 0.00 260.63 0.98 0.81
Hex BF 9E FE 19 26 0 0 105 62 51
Octal 277 236 376 31 46 0 0 405 142 121
Binary 10111111 10011110 11111110 11001 100110 0 0 100000101 1100010 1010001

Color Harmonies of #BF9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9EFE

Black with #BF9EFE

Text Example


Text Example

White with #BF9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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