Html Css Color HEX #B99DFE Perfume

📋 copy color: '#B99DFE'

red 185 ◦ green 157 ◦ blue 254

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

Shades of Perfume #B99DFE

Tints of Perfume #B99DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.34%

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

R = 31.04%
G = 26.34%
B = 42.62%

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

#B99DFE (or 0xB99DFE) is known color: Perfume. HEX triplet: B9, 9D and FE. RGB value is (185,157,254). Sum of RGB (Red+Green+Blue) = 185+157+254=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #B99DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99DFE is #466201. Grayscale: #B0B0B0. Windows color (decimal): -4612610 or 16686521. OLE color: 16686521.

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

Color convert

RGB 185 157 254 -
CMYK 0.27 0.38 0 0.00
HSL 257.32º 0.98% 0.81% -
HSV(B) 257.32º 0.38% 1% -
XYZ 49.95 41.58 99.16 -
YUV 176.43 171.78 134.11 -
System Red Green Blue C M Y K H S L
Decimal 185 157 254 0.27 0.38 0 0.00 257.32 0.98 0.81
Hex B9 9D FE 1B 26 0 0 101 62 51
Octal 271 235 376 33 46 0 0 401 142 121
Binary 10111001 10011101 11111110 11011 100110 0 0 100000001 1100010 1010001

Color Harmonies of #B99DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DFE

Black with #B99DFE

Text Example


Text Example

White with #B99DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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