Html Css Color HEX #BC96FB Perfume

📋 copy color: '#BC96FB'

red 188 ◦ green 150 ◦ blue 251

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

Shades of Perfume #BC96FB

Tints of Perfume #BC96FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.61%

R = 31.92%
G = 25.47%
B = 42.61%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC96FB (or 0xBC96FB) is known color: Perfume. HEX triplet: BC, 96 and FB. RGB value is (188,150,251). Sum of RGB (Red+Green+Blue) = 188+150+251=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC96FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC96FB is #436904. Grayscale: #ACACAC. Windows color (decimal): -4417797 or 16488124. OLE color: 16488124.

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

Color convert

RGB 188 150 251 -
CMYK 0.25 0.40 0 0.02
HSL 262.57º 0.93% 0.79% -
HSV(B) 262.57º 0.4% 0.98% -
XYZ 49.06 39.47 96.3 -
YUV 172.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 188 150 251 0.25 0.40 0 0.02 262.57 0.93 0.79
Hex BC 96 FB 19 28 0 2 107 5D 4F
Octal 274 226 373 31 50 0 2 407 135 117
Binary 10111100 10010110 11111011 11001 101000 0 10 100000111 1011101 1001111

Color Harmonies of #BC96FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96FB

Black with #BC96FB

Text Example


Text Example

White with #BC96FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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