Html Css Color HEX #B99AEB Perfume

📋 copy color: '#B99AEB'

red 185 ◦ green 154 ◦ blue 235

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

Shades of Perfume #B99AEB

Tints of Perfume #B99AEB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.83%

 BLUE value IS 235 (92.19% from 255) = 40.94%

R = 32.23%
G = 26.83%
B = 40.94%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B99AEB (or 0xB99AEB) is known color: Perfume. HEX triplet: B9, 9A and EB. RGB value is (185,154,235). Sum of RGB (Red+Green+Blue) = 185+154+235=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #B99AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99AEB is #466514. Grayscale: #ACACAC. Windows color (decimal): -4613397 or 15440569. OLE color: 15440569.

HSL color Cylindrical-coordinate representation of color #B99AEB: hue angle of 262.96º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B99AEB is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 154 235 -
CMYK 0.21 0.34 0 0.08
HSL 262.96º 0.67% 0.76% -
HSV(B) 262.96º 0.34% 0.92% -
XYZ 46.56 39.42 83.75 -
YUV 172.5 163.27 136.91 -
System Red Green Blue C M Y K H S L
Decimal 185 154 235 0.21 0.34 0 0.08 262.96 0.67 0.76
Hex B9 9A EB 15 22 0 8 107 43 4C
Octal 271 232 353 25 42 0 10 407 103 114
Binary 10111001 10011010 11101011 10101 100010 0 1000 100000111 1000011 1001100

Color Harmonies of #B99AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99AEB

Black with #B99AEB

Text Example


Text Example

White with #B99AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99AEB; }

 p { color: rgb(185,154,235); }

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

background-color css

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

 a { background-color: rgb(185,154,235); }

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

border-color css

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

 span { border-color: rgb(185,154,235); }

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