Html Css Color HEX #BC94EC Perfume

📋 copy color: '#BC94EC'

red 188 ◦ green 148 ◦ blue 236

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

Shades of Perfume #BC94EC

Tints of Perfume #BC94EC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.87%

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

R = 32.87%
G = 25.87%
B = 41.26%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC94EC (or 0xBC94EC) is known color: Perfume. HEX triplet: BC, 94 and EC. RGB value is (188,148,236). Sum of RGB (Red+Green+Blue) = 188+148+236=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC94EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC94EC is #436B13. Grayscale: #A9A9A9. Windows color (decimal): -4418324 or 15504572. OLE color: 15504572.

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

Color convert

RGB 188 148 236 -
CMYK 0.20 0.37 0 0.07
HSL 267.27º 0.7% 0.75% -
HSV(B) 267.27º 0.37% 0.93% -
XYZ 46.47 37.93 84.23 -
YUV 169.99 165.25 140.84 -
System Red Green Blue C M Y K H S L
Decimal 188 148 236 0.20 0.37 0 0.07 267.27 0.7 0.75
Hex BC 94 EC 14 25 0 7 10B 46 4B
Octal 274 224 354 24 45 0 7 413 106 113
Binary 10111100 10010100 11101100 10100 100101 0 111 100001011 1000110 1001011

Color Harmonies of #BC94EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94EC

Black with #BC94EC

Text Example


Text Example

White with #BC94EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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