Html Css Color HEX #B99AEC Perfume

📋 copy color: '#B99AEC'

red 185 ◦ green 154 ◦ blue 236

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

Shades of Perfume #B99AEC

Tints of Perfume #B99AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.04%

R = 32.17%
G = 26.78%
B = 41.04%

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

#B99AEC (or 0xB99AEC) is known color: Perfume. HEX triplet: B9, 9A and EC. RGB value is (185,154,236). Sum of RGB (Red+Green+Blue) = 185+154+236=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #B99AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99AEC is #466513. Grayscale: #ACACAC. Windows color (decimal): -4613396 or 15506105. OLE color: 15506105.

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

Color convert

RGB 185 154 236 -
CMYK 0.22 0.35 0 0.07
HSL 262.68º 0.68% 0.76% -
HSV(B) 262.68º 0.35% 0.93% -
XYZ 46.7 39.48 84.52 -
YUV 172.62 163.77 136.83 -
System Red Green Blue C M Y K H S L
Decimal 185 154 236 0.22 0.35 0 0.07 262.68 0.68 0.76
Hex B9 9A EC 16 23 0 7 107 44 4C
Octal 271 232 354 26 43 0 7 407 104 114
Binary 10111001 10011010 11101100 10110 100011 0 111 100000111 1000100 1001100

Color Harmonies of #B99AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99AEC

Black with #B99AEC

Text Example


Text Example

White with #B99AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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