Html Css Color HEX #B99AFA Perfume

📋 copy color: '#B99AFA'

red 185 ◦ green 154 ◦ blue 250

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

Shades of Perfume #B99AFA

Tints of Perfume #B99AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.44%

R = 31.41%
G = 26.15%
B = 42.44%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B99AFA (or 0xB99AFA) is known color: Perfume. HEX triplet: B9, 9A and FA. RGB value is (185,154,250). Sum of RGB (Red+Green+Blue) = 185+154+250=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #B99AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99AFA is #466505. Grayscale: #ADADAD. Windows color (decimal): -4613382 or 16423609. OLE color: 16423609.

HSL color Cylindrical-coordinate representation of color #B99AFA: hue angle of 259.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B99AFA is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 154 250 -
CMYK 0.26 0.38 0 0.02
HSL 259.38º 0.91% 0.79% -
HSV(B) 259.38º 0.38% 0.98% -
XYZ 48.82 40.33 95.65 -
YUV 174.21 170.77 135.69 -
System Red Green Blue C M Y K H S L
Decimal 185 154 250 0.26 0.38 0 0.02 259.38 0.91 0.79
Hex B9 9A FA 1A 26 0 2 103 5B 4F
Octal 271 232 372 32 46 0 2 403 133 117
Binary 10111001 10011010 11111010 11010 100110 0 10 100000011 1011011 1001111

Color Harmonies of #B99AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99AFA

Black with #B99AFA

Text Example


Text Example

White with #B99AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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