Html Css Color HEX #BC96DD Perfume

📋 copy color: '#BC96DD'

red 188 ◦ green 150 ◦ blue 221

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

Shades of Perfume #BC96DD

Tints of Perfume #BC96DD

RGB

 RED value IS 188 (73.83% from 255) = 33.63%

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

 BLUE value IS 221 (86.72% from 255) = 39.53%

R = 33.63%
G = 26.83%
B = 39.53%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC96DD (or 0xBC96DD) is known color: Perfume. HEX triplet: BC, 96 and DD. RGB value is (188,150,221). Sum of RGB (Red+Green+Blue) = 188+150+221=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC96DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96DD is #436922. Grayscale: #A9A9A9. Windows color (decimal): -4417827 or 14522044. OLE color: 14522044.

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

Color convert

RGB 188 150 221 -
CMYK 0.15 0.32 0 0.13
HSL 272.11º 0.51% 0.73% -
HSV(B) 272.11º 0.32% 0.87% -
XYZ 44.7 37.72 73.33 -
YUV 169.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 188 150 221 0.15 0.32 0 0.13 272.11 0.51 0.73
Hex BC 96 DD F 20 0 D 110 33 49
Octal 274 226 335 17 40 0 15 420 63 111
Binary 10111100 10010110 11011101 1111 100000 0 1101 100010000 110011 1001001

Color Harmonies of #BC96DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96DD

Black with #BC96DD

Text Example


Text Example

White with #BC96DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96DD; }

 p { color: rgb(188,150,221); }

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

background-color css

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

 a { background-color: rgb(188,150,221); }

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

border-color css

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

 span { border-color: rgb(188,150,221); }

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