Html Css Color HEX #BC96E0 Perfume

📋 copy color: '#BC96E0'

red 188 ◦ green 150 ◦ blue 224

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

Shades of Perfume #BC96E0

Tints of Perfume #BC96E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.86%

R = 33.45%
G = 26.69%
B = 39.86%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC96E0 (or 0xBC96E0) is known color: Perfume. HEX triplet: BC, 96 and E0. RGB value is (188,150,224). Sum of RGB (Red+Green+Blue) = 188+150+224=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC96E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96E0 is #43691F. Grayscale: #A9A9A9. Windows color (decimal): -4417824 or 14718652. OLE color: 14718652.

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

Color convert

RGB 188 150 224 -
CMYK 0.16 0.33 0 0.12
HSL 270.81º 0.54% 0.73% -
HSV(B) 270.81º 0.33% 0.88% -
XYZ 45.1 37.89 75.46 -
YUV 169.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 188 150 224 0.16 0.33 0 0.12 270.81 0.54 0.73
Hex BC 96 E0 10 21 0 C 10F 36 49
Octal 274 226 340 20 41 0 14 417 66 111
Binary 10111100 10010110 11100000 10000 100001 0 1100 100001111 110110 1001001

Color Harmonies of #BC96E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96E0

Black with #BC96E0

Text Example


Text Example

White with #BC96E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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