Html Css Color HEX #BB9CFA Perfume

📋 copy color: '#BB9CFA'

red 187 ◦ green 156 ◦ blue 250

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

Shades of Perfume #BB9CFA

Tints of Perfume #BB9CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.31%

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

R = 31.53%
G = 26.31%
B = 42.16%

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

#BB9CFA (or 0xBB9CFA) is known color: Perfume. HEX triplet: BB, 9C and FA. RGB value is (187,156,250). Sum of RGB (Red+Green+Blue) = 187+156+250=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB9CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9CFA is #446305. Grayscale: #AFAFAF. Windows color (decimal): -4481798 or 16424123. OLE color: 16424123.

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

Color convert

RGB 187 156 250 -
CMYK 0.25 0.38 0 0.02
HSL 259.79º 0.9% 0.8% -
HSV(B) 259.79º 0.38% 0.98% -
XYZ 49.64 41.24 95.79 -
YUV 175.99 169.77 135.86 -
System Red Green Blue C M Y K H S L
Decimal 187 156 250 0.25 0.38 0 0.02 259.79 0.9 0.8
Hex BB 9C FA 19 26 0 2 104 5A 50
Octal 273 234 372 31 46 0 2 404 132 120
Binary 10111011 10011100 11111010 11001 100110 0 10 100000100 1011010 1010000

Color Harmonies of #BB9CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CFA

Black with #BB9CFA

Text Example


Text Example

White with #BB9CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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