Html Css Color HEX #BC96FE Perfume

📋 copy color: '#BC96FE'

red 188 ◦ green 150 ◦ blue 254

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

Shades of Perfume #BC96FE

Tints of Perfume #BC96FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.91%

R = 31.76%
G = 25.34%
B = 42.91%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC96FE (or 0xBC96FE) is known color: Perfume. HEX triplet: BC, 96 and FE. RGB value is (188,150,254). Sum of RGB (Red+Green+Blue) = 188+150+254=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC96FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC96FE is #436901. Grayscale: #ACACAC. Windows color (decimal): -4417794 or 16684732. OLE color: 16684732.

HSL color Cylindrical-coordinate representation of color #BC96FE: hue angle of 261.92º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC96FE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 150 254 -
CMYK 0.26 0.41 0 0.00
HSL 261.92º 0.98% 0.79% -
HSV(B) 261.92º 0.41% 1% -
XYZ 49.53 39.66 98.81 -
YUV 173.22 173.59 138.54 -
System Red Green Blue C M Y K H S L
Decimal 188 150 254 0.26 0.41 0 0.00 261.92 0.98 0.79
Hex BC 96 FE 1A 29 0 0 106 62 4F
Octal 274 226 376 32 51 0 0 406 142 117
Binary 10111100 10010110 11111110 11010 101001 0 0 100000110 1100010 1001111

Color Harmonies of #BC96FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96FE

Black with #BC96FE

Text Example


Text Example

White with #BC96FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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