Html Css Color HEX #B99EEE Perfume

📋 copy color: '#B99EEE'

red 185 ◦ green 158 ◦ blue 238

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

Shades of Perfume #B99EEE

Tints of Perfume #B99EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.96%

R = 31.84%
G = 27.19%
B = 40.96%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B99EEE (or 0xB99EEE) is known color: Perfume. HEX triplet: B9, 9E and EE. RGB value is (185,158,238). Sum of RGB (Red+Green+Blue) = 185+158+238=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #B99EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EEE is #466111. Grayscale: #AEAEAE. Windows color (decimal): -4612370 or 15638201. OLE color: 15638201.

HSL color Cylindrical-coordinate representation of color #B99EEE: hue angle of 260.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B99EEE is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 158 238 -
CMYK 0.22 0.34 0 0.07
HSL 260.25º 0.7% 0.78% -
HSV(B) 260.25º 0.34% 0.93% -
XYZ 47.67 40.94 86.28 -
YUV 175.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 185 158 238 0.22 0.34 0 0.07 260.25 0.7 0.78
Hex B9 9E EE 16 22 0 7 104 46 4E
Octal 271 236 356 26 42 0 7 404 106 116
Binary 10111001 10011110 11101110 10110 100010 0 111 100000100 1000110 1001110

Color Harmonies of #B99EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EEE

Black with #B99EEE

Text Example


Text Example

White with #B99EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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