Html Css Color HEX #BC96F8 Perfume

📋 copy color: '#BC96F8'

red 188 ◦ green 150 ◦ blue 248

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

Shades of Perfume #BC96F8

Tints of Perfume #BC96F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.32%

R = 32.08%
G = 25.6%
B = 42.32%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC96F8 (or 0xBC96F8) is known color: Perfume. HEX triplet: BC, 96 and F8. RGB value is (188,150,248). Sum of RGB (Red+Green+Blue) = 188+150+248=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC96F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC96F8 is #436907. Grayscale: #ACACAC. Windows color (decimal): -4417800 or 16291516. OLE color: 16291516.

HSL color Cylindrical-coordinate representation of color #BC96F8: hue angle of 263.27º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC96F8 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 150 248 -
CMYK 0.24 0.40 0 0.03
HSL 263.27º 0.88% 0.78% -
HSV(B) 263.27º 0.4% 0.97% -
XYZ 48.59 39.28 93.83 -
YUV 172.53 170.59 139.03 -
System Red Green Blue C M Y K H S L
Decimal 188 150 248 0.24 0.40 0 0.03 263.27 0.88 0.78
Hex BC 96 F8 18 28 0 3 107 58 4E
Octal 274 226 370 30 50 0 3 407 130 116
Binary 10111100 10010110 11111000 11000 101000 0 11 100000111 1011000 1001110

Color Harmonies of #BC96F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96F8

Black with #BC96F8

Text Example


Text Example

White with #BC96F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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