Html Css Color HEX #BC96DF Perfume

📋 copy color: '#BC96DF'

red 188 ◦ green 150 ◦ blue 223

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

Shades of Perfume #BC96DF

Tints of Perfume #BC96DF

RGB

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

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

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

R = 33.51%
G = 26.74%
B = 39.75%

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

#BC96DF (or 0xBC96DF) is known color: Perfume. HEX triplet: BC, 96 and DF. RGB value is (188,150,223). Sum of RGB (Red+Green+Blue) = 188+150+223=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96DF is #436920. Grayscale: #A9A9A9. Windows color (decimal): -4417825 or 14653116. OLE color: 14653116.

HSL color Cylindrical-coordinate representation of color #BC96DF: hue angle of 271.23º 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 #BC96DF is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 150 223 -
CMYK 0.16 0.33 0 0.13
HSL 271.23º 0.53% 0.73% -
HSV(B) 271.23º 0.33% 0.87% -
XYZ 44.96 37.83 74.74 -
YUV 169.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 188 150 223 0.16 0.33 0 0.13 271.23 0.53 0.73
Hex BC 96 DF 10 21 0 D 10F 35 49
Octal 274 226 337 20 41 0 15 417 65 111
Binary 10111100 10010110 11011111 10000 100001 0 1101 100001111 110101 1001001

Color Harmonies of #BC96DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96DF

Black with #BC96DF

Text Example


Text Example

White with #BC96DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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