Html Css Color HEX #B99EEF Perfume

📋 copy color: '#B99EEF'

red 185 ◦ green 158 ◦ blue 239

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

Shades of Perfume #B99EEF

Tints of Perfume #B99EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.07%

R = 31.79%
G = 27.15%
B = 41.07%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B99EEF (or 0xB99EEF) is known color: Perfume. HEX triplet: B9, 9E and EF. RGB value is (185,158,239). Sum of RGB (Red+Green+Blue) = 185+158+239=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #B99EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EEF is #466110. Grayscale: #AFAFAF. Windows color (decimal): -4612369 or 15703737. OLE color: 15703737.

HSL color Cylindrical-coordinate representation of color #B99EEF: hue angle of 260º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B99EEF is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 158 239 -
CMYK 0.23 0.34 0 0.06
HSL 260º 0.72% 0.78% -
HSV(B) 260º 0.34% 0.94% -
XYZ 47.81 41 87.06 -
YUV 175.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 185 158 239 0.23 0.34 0 0.06 260 0.72 0.78
Hex B9 9E EF 17 22 0 6 104 48 4E
Octal 271 236 357 27 42 0 6 404 110 116
Binary 10111001 10011110 11101111 10111 100010 0 110 100000100 1001000 1001110

Color Harmonies of #B99EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EEF

Black with #B99EEF

Text Example


Text Example

White with #B99EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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