Html Css Color HEX #B99AED Perfume

📋 copy color: '#B99AED'

red 185 ◦ green 154 ◦ blue 237

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

Shades of Perfume #B99AED

Tints of Perfume #B99AED

RGB

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

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

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

R = 32.12%
G = 26.74%
B = 41.15%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B99AED (or 0xB99AED) is known color: Perfume. HEX triplet: B9, 9A and ED. RGB value is (185,154,237). Sum of RGB (Red+Green+Blue) = 185+154+237=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #B99AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99AED is #466512. Grayscale: #ACACAC. Windows color (decimal): -4613395 or 15571641. OLE color: 15571641.

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

Color convert

RGB 185 154 237 -
CMYK 0.22 0.35 0 0.07
HSL 262.41º 0.7% 0.77% -
HSV(B) 262.41º 0.35% 0.93% -
XYZ 46.85 39.54 85.28 -
YUV 172.73 164.27 136.75 -
System Red Green Blue C M Y K H S L
Decimal 185 154 237 0.22 0.35 0 0.07 262.41 0.7 0.77
Hex B9 9A ED 16 23 0 7 106 46 4D
Octal 271 232 355 26 43 0 7 406 106 115
Binary 10111001 10011010 11101101 10110 100011 0 111 100000110 1000110 1001101

Color Harmonies of #B99AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99AED

Black with #B99AED

Text Example


Text Example

White with #B99AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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