Html Css Color HEX #BB9EFA Perfume

📋 copy color: '#BB9EFA'

red 187 ◦ green 158 ◦ blue 250

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

Shades of Perfume #BB9EFA

Tints of Perfume #BB9EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.55%

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

R = 31.43%
G = 26.55%
B = 42.02%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB9EFA (or 0xBB9EFA) is known color: Perfume. HEX triplet: BB, 9E and FA. RGB value is (187,158,250). Sum of RGB (Red+Green+Blue) = 187+158+250=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB9EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EFA is #446105. Grayscale: #B0B0B0. Windows color (decimal): -4481286 or 16424635. OLE color: 16424635.

HSL color Cylindrical-coordinate representation of color #BB9EFA: hue angle of 258.91º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB9EFA is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 158 250 -
CMYK 0.25 0.37 0 0.02
HSL 258.91º 0.9% 0.8% -
HSV(B) 258.91º 0.37% 0.98% -
XYZ 49.98 41.92 95.9 -
YUV 177.16 169.11 135.02 -
System Red Green Blue C M Y K H S L
Decimal 187 158 250 0.25 0.37 0 0.02 258.91 0.9 0.8
Hex BB 9E FA 19 25 0 2 103 5A 50
Octal 273 236 372 31 45 0 2 403 132 120
Binary 10111011 10011110 11111010 11001 100101 0 10 100000011 1011010 1010000

Color Harmonies of #BB9EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EFA

Black with #BB9EFA

Text Example


Text Example

White with #BB9EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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