Html Css Color HEX #B99AE8 Perfume

📋 copy color: '#B99AE8'

red 185 ◦ green 154 ◦ blue 232

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

Shades of Perfume #B99AE8

Tints of Perfume #B99AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.63%

R = 32.4%
G = 26.97%
B = 40.63%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B99AE8 (or 0xB99AE8) is known color: Perfume. HEX triplet: B9, 9A and E8. RGB value is (185,154,232). Sum of RGB (Red+Green+Blue) = 185+154+232=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 232 (91.02% from 255 or 40.63% from 571); Max value from RGB is 232 - color contains mainly: blue. Hex color #B99AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99AE8 is #466517. Grayscale: #ABABAB. Windows color (decimal): -4613400 or 15243961. OLE color: 15243961.

HSL color Cylindrical-coordinate representation of color #B99AE8: hue angle of 263.85º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B99AE8 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 154 232 -
CMYK 0.20 0.34 0 0.09
HSL 263.85º 0.63% 0.76% -
HSV(B) 263.85º 0.34% 0.91% -
XYZ 46.13 39.25 81.49 -
YUV 172.16 161.77 137.16 -
System Red Green Blue C M Y K H S L
Decimal 185 154 232 0.20 0.34 0 0.09 263.85 0.63 0.76
Hex B9 9A E8 14 22 0 9 108 3F 4C
Octal 271 232 350 24 42 0 11 410 77 114
Binary 10111001 10011010 11101000 10100 100010 0 1001 100001000 111111 1001100

Color Harmonies of #B99AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99AE8

Black with #B99AE8

Text Example


Text Example

White with #B99AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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