Html Css Color HEX #BC97EC Perfume

📋 copy color: '#BC97EC'

red 188 ◦ green 151 ◦ blue 236

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

Shades of Perfume #BC97EC

Tints of Perfume #BC97EC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.26%

 BLUE value IS 236 (92.58% from 255) = 41.04%

R = 32.7%
G = 26.26%
B = 41.04%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC97EC (or 0xBC97EC) is known color: Perfume. HEX triplet: BC, 97 and EC. RGB value is (188,151,236). Sum of RGB (Red+Green+Blue) = 188+151+236=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC97EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC97EC is #436813. Grayscale: #ABABAB. Windows color (decimal): -4417556 or 15505340. OLE color: 15505340.

HSL color Cylindrical-coordinate representation of color #BC97EC: hue angle of 266.12º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC97EC is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 151 236 -
CMYK 0.20 0.36 0 0.07
HSL 266.12º 0.69% 0.76% -
HSV(B) 266.12º 0.36% 0.93% -
XYZ 46.95 38.88 84.39 -
YUV 171.75 164.26 139.59 -
System Red Green Blue C M Y K H S L
Decimal 188 151 236 0.20 0.36 0 0.07 266.12 0.69 0.76
Hex BC 97 EC 14 24 0 7 10A 45 4C
Octal 274 227 354 24 44 0 7 412 105 114
Binary 10111100 10010111 11101100 10100 100100 0 111 100001010 1000101 1001100

Color Harmonies of #BC97EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC97EC

Black with #BC97EC

Text Example


Text Example

White with #BC97EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC97EC; }

 p { color: rgb(188,151,236); }

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

background-color css

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

 a { background-color: rgb(188,151,236); }

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

border-color css

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

 span { border-color: rgb(188,151,236); }

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