Html Css Color HEX #BC96FC Perfume

📋 copy color: '#BC96FC'

red 188 ◦ green 150 ◦ blue 252

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

Shades of Perfume #BC96FC

Tints of Perfume #BC96FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.71%

R = 31.86%
G = 25.42%
B = 42.71%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC96FC (or 0xBC96FC) is known color: Perfume. HEX triplet: BC, 96 and FC. RGB value is (188,150,252). Sum of RGB (Red+Green+Blue) = 188+150+252=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC96FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC96FC is #436903. Grayscale: #ACACAC. Windows color (decimal): -4417796 or 16553660. OLE color: 16553660.

HSL color Cylindrical-coordinate representation of color #BC96FC: hue angle of 262.35º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC96FC is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 150 252 -
CMYK 0.25 0.40 0 0.01
HSL 262.35º 0.94% 0.79% -
HSV(B) 262.35º 0.4% 0.99% -
XYZ 49.22 39.53 97.13 -
YUV 172.99 172.59 138.71 -
System Red Green Blue C M Y K H S L
Decimal 188 150 252 0.25 0.40 0 0.01 262.35 0.94 0.79
Hex BC 96 FC 19 28 0 1 106 5E 4F
Octal 274 226 374 31 50 0 1 406 136 117
Binary 10111100 10010110 11111100 11001 101000 0 1 100000110 1011110 1001111

Color Harmonies of #BC96FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96FC

Black with #BC96FC

Text Example


Text Example

White with #BC96FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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