Html Css Color HEX #B99AFB Perfume

📋 copy color: '#B99AFB'

red 185 ◦ green 154 ◦ blue 251

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

Shades of Perfume #B99AFB

Tints of Perfume #B99AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.54%

R = 31.36%
G = 26.1%
B = 42.54%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B99AFB (or 0xB99AFB) is known color: Perfume. HEX triplet: B9, 9A and FB. RGB value is (185,154,251). Sum of RGB (Red+Green+Blue) = 185+154+251=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #B99AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99AFB is #466504. Grayscale: #ADADAD. Windows color (decimal): -4613381 or 16489145. OLE color: 16489145.

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

Color convert

RGB 185 154 251 -
CMYK 0.26 0.39 0 0.02
HSL 259.18º 0.92% 0.79% -
HSV(B) 259.18º 0.39% 0.98% -
XYZ 48.98 40.39 96.48 -
YUV 174.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 185 154 251 0.26 0.39 0 0.02 259.18 0.92 0.79
Hex B9 9A FB 1A 27 0 2 103 5C 4F
Octal 271 232 373 32 47 0 2 403 134 117
Binary 10111001 10011010 11111011 11010 100111 0 10 100000011 1011100 1001111

Color Harmonies of #B99AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99AFB

Black with #B99AFB

Text Example


Text Example

White with #B99AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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