Html Css Color HEX #BB9AF8 Perfume

📋 copy color: '#BB9AF8'

red 187 ◦ green 154 ◦ blue 248

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

Shades of Perfume #BB9AF8

Tints of Perfume #BB9AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.11%

R = 31.75%
G = 26.15%
B = 42.11%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB9AF8 (or 0xBB9AF8) is known color: Perfume. HEX triplet: BB, 9A and F8. RGB value is (187,154,248). Sum of RGB (Red+Green+Blue) = 187+154+248=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB9AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9AF8 is #446507. Grayscale: #AEAEAE. Windows color (decimal): -4482312 or 16292539. OLE color: 16292539.

HSL color Cylindrical-coordinate representation of color #BB9AF8: hue angle of 261.06º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB9AF8 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 154 248 -
CMYK 0.25 0.38 0 0.03
HSL 261.06º 0.87% 0.79% -
HSV(B) 261.06º 0.38% 0.97% -
XYZ 48.99 40.45 94.03 -
YUV 174.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 187 154 248 0.25 0.38 0 0.03 261.06 0.87 0.79
Hex BB 9A F8 19 26 0 3 105 57 4F
Octal 273 232 370 31 46 0 3 405 127 117
Binary 10111011 10011010 11111000 11001 100110 0 11 100000101 1010111 1001111

Color Harmonies of #BB9AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9AF8

Black with #BB9AF8

Text Example


Text Example

White with #BB9AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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