Html Css Color HEX #BC96EF Perfume

📋 copy color: '#BC96EF'

red 188 ◦ green 150 ◦ blue 239

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

Shades of Perfume #BC96EF

Tints of Perfume #BC96EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.42%

R = 32.58%
G = 26%
B = 41.42%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC96EF (or 0xBC96EF) is known color: Perfume. HEX triplet: BC, 96 and EF. RGB value is (188,150,239). Sum of RGB (Red+Green+Blue) = 188+150+239=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC96EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC96EF is #436910. Grayscale: #ABABAB. Windows color (decimal): -4417809 or 15701692. OLE color: 15701692.

HSL color Cylindrical-coordinate representation of color #BC96EF: hue angle of 265.62º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC96EF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 150 239 -
CMYK 0.21 0.37 0 0.06
HSL 265.62º 0.74% 0.76% -
HSV(B) 265.62º 0.37% 0.94% -
XYZ 47.23 38.74 86.65 -
YUV 171.51 166.09 139.76 -
System Red Green Blue C M Y K H S L
Decimal 188 150 239 0.21 0.37 0 0.06 265.62 0.74 0.76
Hex BC 96 EF 15 25 0 6 10A 4A 4C
Octal 274 226 357 25 45 0 6 412 112 114
Binary 10111100 10010110 11101111 10101 100101 0 110 100001010 1001010 1001100

Color Harmonies of #BC96EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96EF

Black with #BC96EF

Text Example


Text Example

White with #BC96EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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