Html Css Color HEX #BB9AF9 Perfume

📋 copy color: '#BB9AF9'

red 187 ◦ green 154 ◦ blue 249

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

Shades of Perfume #BB9AF9

Tints of Perfume #BB9AF9

RGB

 RED value IS 187 (73.44% from 255) = 31.69%

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

 BLUE value IS 249 (97.66% from 255) = 42.2%

R = 31.69%
G = 26.1%
B = 42.2%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB9AF9 (or 0xBB9AF9) is known color: Perfume. HEX triplet: BB, 9A and F9. RGB value is (187,154,249). Sum of RGB (Red+Green+Blue) = 187+154+249=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB9AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9AF9 is #446506. Grayscale: #AEAEAE. Windows color (decimal): -4482311 or 16358075. OLE color: 16358075.

HSL color Cylindrical-coordinate representation of color #BB9AF9: hue angle of 260.84º degrees, saturation: 0.89, 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 #BB9AF9 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 154 249 -
CMYK 0.25 0.38 0 0.02
HSL 260.84º 0.89% 0.79% -
HSV(B) 260.84º 0.38% 0.98% -
XYZ 49.15 40.52 94.85 -
YUV 174.7 169.93 136.78 -
System Red Green Blue C M Y K H S L
Decimal 187 154 249 0.25 0.38 0 0.02 260.84 0.89 0.79
Hex BB 9A F9 19 26 0 2 105 59 4F
Octal 273 232 371 31 46 0 2 405 131 117
Binary 10111011 10011010 11111001 11001 100110 0 10 100000101 1011001 1001111

Color Harmonies of #BB9AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9AF9

Black with #BB9AF9

Text Example


Text Example

White with #BB9AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9AF9; }

 p { color: rgb(187,154,249); }

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

background-color css

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

 a { background-color: rgb(187,154,249); }

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

border-color css

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

 span { border-color: rgb(187,154,249); }

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