Html Css Color HEX #B99EFE Perfume

📋 copy color: '#B99EFE'

red 185 ◦ green 158 ◦ blue 254

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

Shades of Perfume #B99EFE

Tints of Perfume #B99EFE

RGB

 RED value IS 185 (72.66% from 255) = 30.99%

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

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

R = 30.99%
G = 26.47%
B = 42.55%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B99EFE (or 0xB99EFE) is known color: Perfume. HEX triplet: B9, 9E and FE. RGB value is (185,158,254). Sum of RGB (Red+Green+Blue) = 185+158+254=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #B99EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EFE is #466101. Grayscale: #B0B0B0. Windows color (decimal): -4612354 or 16686777. OLE color: 16686777.

HSL color Cylindrical-coordinate representation of color #B99EFE: hue angle of 256.88º 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 #B99EFE is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 158 254 -
CMYK 0.27 0.38 0 0.00
HSL 256.88º 0.98% 0.81% -
HSV(B) 256.88º 0.38% 1% -
XYZ 50.12 41.92 99.22 -
YUV 177.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 185 158 254 0.27 0.38 0 0.00 256.88 0.98 0.81
Hex B9 9E FE 1B 26 0 0 101 62 51
Octal 271 236 376 33 46 0 0 401 142 121
Binary 10111001 10011110 11111110 11011 100110 0 0 100000001 1100010 1010001

Color Harmonies of #B99EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EFE

Black with #B99EFE

Text Example


Text Example

White with #B99EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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