Html Css Color HEX #B99AE1 Perfume

📋 copy color: '#B99AE1'

red 185 ◦ green 154 ◦ blue 225

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

Shades of Perfume #B99AE1

Tints of Perfume #B99AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.89%

R = 32.8%
G = 27.3%
B = 39.89%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B99AE1 (or 0xB99AE1) is known color: Perfume. HEX triplet: B9, 9A and E1. RGB value is (185,154,225). Sum of RGB (Red+Green+Blue) = 185+154+225=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #B99AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99AE1 is #46651E. Grayscale: #ABABAB. Windows color (decimal): -4613407 or 14785209. OLE color: 14785209.

HSL color Cylindrical-coordinate representation of color #B99AE1: hue angle of 266.2º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B99AE1 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 154 225 -
CMYK 0.18 0.32 0 0.12
HSL 266.2º 0.54% 0.74% -
HSV(B) 266.2º 0.32% 0.88% -
XYZ 45.15 38.86 76.36 -
YUV 171.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 185 154 225 0.18 0.32 0 0.12 266.2 0.54 0.74
Hex B9 9A E1 12 20 0 C 10A 36 4A
Octal 271 232 341 22 40 0 14 412 66 112
Binary 10111001 10011010 11100001 10010 100000 0 1100 100001010 110110 1001010

Color Harmonies of #B99AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99AE1

Black with #B99AE1

Text Example


Text Example

White with #B99AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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