Html Css Color HEX #BB96DF Perfume

📋 copy color: '#BB96DF'

red 187 ◦ green 150 ◦ blue 223

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

Shades of Perfume #BB96DF

Tints of Perfume #BB96DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.82%

R = 33.39%
G = 26.79%
B = 39.82%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB96DF (or 0xBB96DF) is known color: Perfume. HEX triplet: BB, 96 and DF. RGB value is (187,150,223). Sum of RGB (Red+Green+Blue) = 187+150+223=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96DF is #446920. Grayscale: #A9A9A9. Windows color (decimal): -4483361 or 14653115. OLE color: 14653115.

HSL color Cylindrical-coordinate representation of color #BB96DF: hue angle of 270.41º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB96DF is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 150 223 -
CMYK 0.16 0.33 0 0.13
HSL 270.41º 0.53% 0.73% -
HSV(B) 270.41º 0.33% 0.87% -
XYZ 44.72 37.71 74.73 -
YUV 169.39 158.26 140.56 -
System Red Green Blue C M Y K H S L
Decimal 187 150 223 0.16 0.33 0 0.13 270.41 0.53 0.73
Hex BB 96 DF 10 21 0 D 10E 35 49
Octal 273 226 337 20 41 0 15 416 65 111
Binary 10111011 10010110 11011111 10000 100001 0 1101 100001110 110101 1001001

Color Harmonies of #BB96DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB96DF

Black with #BB96DF

Text Example


Text Example

White with #BB96DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB96DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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