Html Css Color HEX #BB9AFA Perfume

📋 copy color: '#BB9AFA'

red 187 ◦ green 154 ◦ blue 250

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

Shades of Perfume #BB9AFA

Tints of Perfume #BB9AFA

RGB

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

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

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

R = 31.64%
G = 26.06%
B = 42.3%

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

#BB9AFA (or 0xBB9AFA) is known color: Perfume. HEX triplet: BB, 9A and FA. RGB value is (187,154,250). Sum of RGB (Red+Green+Blue) = 187+154+250=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB9AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9AFA is #446505. Grayscale: #AEAEAE. Windows color (decimal): -4482310 or 16423611. OLE color: 16423611.

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

Color convert

RGB 187 154 250 -
CMYK 0.25 0.38 0 0.02
HSL 260.63º 0.91% 0.79% -
HSV(B) 260.63º 0.38% 0.98% -
XYZ 49.3 40.58 95.68 -
YUV 174.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 187 154 250 0.25 0.38 0 0.02 260.63 0.91 0.79
Hex BB 9A FA 19 26 0 2 105 5B 4F
Octal 273 232 372 31 46 0 2 405 133 117
Binary 10111011 10011010 11111010 11001 100110 0 10 100000101 1011011 1001111

Color Harmonies of #BB9AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9AFA

Black with #BB9AFA

Text Example


Text Example

White with #BB9AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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