Html Css Color HEX #BC96FA Perfume

📋 copy color: '#BC96FA'

red 188 ◦ green 150 ◦ blue 250

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

Shades of Perfume #BC96FA

Tints of Perfume #BC96FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.52%

R = 31.97%
G = 25.51%
B = 42.52%

CMYK

 C value IS 0.25

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC96FA (or 0xBC96FA) is known color: Perfume. HEX triplet: BC, 96 and FA. RGB value is (188,150,250). Sum of RGB (Red+Green+Blue) = 188+150+250=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC96FA is #436905. Grayscale: #ACACAC. Windows color (decimal): -4417798 or 16422588. OLE color: 16422588.

HSL color Cylindrical-coordinate representation of color #BC96FA: hue angle of 262.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC96FA is Cyan = 0.25, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 150 250 -
CMYK 0.25 0.4 0 0.02
HSL 262.8º 0.91% 0.78% -
HSV(B) 262.8º 0.4% 0.98% -
XYZ 48.9 39.41 95.47 -
YUV 172.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 188 150 250 0.25 0.4 0 0.02 262.8 0.91 0.78
Hex BC 96 FA 19 28 0 2 107 5B 4E
Octal 274 226 372 31 50 0 2 407 133 116
Binary 10111100 10010110 11111010 11001 101000 0 10 100000111 1011011 1001110

Color Harmonies of #BC96FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96FA

Black with #BC96FA

Text Example


Text Example

White with #BC96FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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