Html Css Color HEX #B99EED Perfume

📋 copy color: '#B99EED'

red 185 ◦ green 158 ◦ blue 237

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

Shades of Perfume #B99EED

Tints of Perfume #B99EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 31.9%
G = 27.24%
B = 40.86%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B99EED (or 0xB99EED) is known color: Perfume. HEX triplet: B9, 9E and ED. RGB value is (185,158,237). Sum of RGB (Red+Green+Blue) = 185+158+237=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #B99EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EED is #466112. Grayscale: #AEAEAE. Windows color (decimal): -4612371 or 15572665. OLE color: 15572665.

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

Color convert

RGB 185 158 237 -
CMYK 0.22 0.33 0 0.07
HSL 260.51º 0.69% 0.77% -
HSV(B) 260.51º 0.33% 0.93% -
XYZ 47.52 40.88 85.51 -
YUV 175.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 185 158 237 0.22 0.33 0 0.07 260.51 0.69 0.77
Hex B9 9E ED 16 21 0 7 105 45 4D
Octal 271 236 355 26 41 0 7 405 105 115
Binary 10111001 10011110 11101101 10110 100001 0 111 100000101 1000101 1001101

Color Harmonies of #B99EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EED

Black with #B99EED

Text Example


Text Example

White with #B99EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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