Html Css Color HEX #BB96DC Perfume

📋 copy color: '#BB96DC'

red 187 ◦ green 150 ◦ blue 220

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

Shades of Perfume #BB96DC

Tints of Perfume #BB96DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 33.57%
G = 26.93%
B = 39.5%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB96DC (or 0xBB96DC) is known color: Perfume. HEX triplet: BB, 96 and DC. RGB value is (187,150,220). Sum of RGB (Red+Green+Blue) = 187+150+220=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96DC is #446923. Grayscale: #A8A8A8. Windows color (decimal): -4483364 or 14456507. OLE color: 14456507.

HSL color Cylindrical-coordinate representation of color #BB96DC: hue angle of 271.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB96DC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 150 220 -
CMYK 0.15 0.32 0 0.14
HSL 271.71º 0.5% 0.73% -
HSV(B) 271.71º 0.32% 0.86% -
XYZ 44.32 37.54 72.62 -
YUV 169.04 156.76 140.81 -
System Red Green Blue C M Y K H S L
Decimal 187 150 220 0.15 0.32 0 0.14 271.71 0.5 0.73
Hex BB 96 DC F 20 0 E 110 32 49
Octal 273 226 334 17 40 0 16 420 62 111
Binary 10111011 10010110 11011100 1111 100000 0 1110 100010000 110010 1001001

Color Harmonies of #BB96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB96DC

Black with #BB96DC

Text Example


Text Example

White with #BB96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB96DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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