Html Css Color HEX #BB96FA Perfume

📋 copy color: '#BB96FA'

red 187 ◦ green 150 ◦ blue 250

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

Shades of Perfume #BB96FA

Tints of Perfume #BB96FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.55%

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

R = 31.86%
G = 25.55%
B = 42.59%

CMYK

 C value IS 0.25

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB96FA (or 0xBB96FA) is known color: Perfume. HEX triplet: BB, 96 and FA. RGB value is (187,150,250). Sum of RGB (Red+Green+Blue) = 187+150+250=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB96FA is #446905. Grayscale: #ACACAC. Windows color (decimal): -4483334 or 16422587. OLE color: 16422587.

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

Color convert

RGB 187 150 250 -
CMYK 0.25 0.4 0 0.02
HSL 262.2º 0.91% 0.78% -
HSV(B) 262.2º 0.4% 0.98% -
XYZ 48.66 39.28 95.46 -
YUV 172.46 171.76 138.37 -
System Red Green Blue C M Y K H S L
Decimal 187 150 250 0.25 0.4 0 0.02 262.2 0.91 0.78
Hex BB 96 FA 19 28 0 2 106 5B 4E
Octal 273 226 372 31 50 0 2 406 133 116
Binary 10111011 10010110 11111010 11001 101000 0 10 100000110 1011011 1001110

Color Harmonies of #BB96FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB96FA

Black with #BB96FA

Text Example


Text Example

White with #BB96FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB96FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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