Html Css Color HEX #BF9EFC Perfume

📋 copy color: '#BF9EFC'

red 191 ◦ green 158 ◦ blue 252

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

Shades of Perfume #BF9EFC

Tints of Perfume #BF9EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.93%

R = 31.78%
G = 26.29%
B = 41.93%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF9EFC (or 0xBF9EFC) is known color: Perfume. HEX triplet: BF, 9E and FC. RGB value is (191,158,252). Sum of RGB (Red+Green+Blue) = 191+158+252=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9EFC is #406103. Grayscale: #B2B2B2. Windows color (decimal): -4219140 or 16555711. OLE color: 16555711.

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

Color convert

RGB 191 158 252 -
CMYK 0.24 0.37 0 0.01
HSL 261.06º 0.94% 0.8% -
HSV(B) 261.06º 0.37% 0.99% -
XYZ 51.28 42.56 97.61 -
YUV 178.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 191 158 252 0.24 0.37 0 0.01 261.06 0.94 0.8
Hex BF 9E FC 18 25 0 1 105 5E 50
Octal 277 236 374 30 45 0 1 405 136 120
Binary 10111111 10011110 11111100 11000 100101 0 1 100000101 1011110 1010000

Color Harmonies of #BF9EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9EFC

Black with #BF9EFC

Text Example


Text Example

White with #BF9EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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