Html Css Color HEX #BC93EA Perfume

📋 copy color: '#BC93EA'

red 188 ◦ green 147 ◦ blue 234

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

Shades of Perfume #BC93EA

Tints of Perfume #BC93EA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.83%

 BLUE value IS 234 (91.8% from 255) = 41.12%

R = 33.04%
G = 25.83%
B = 41.12%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC93EA (or 0xBC93EA) is known color: Perfume. HEX triplet: BC, 93 and EA. RGB value is (188,147,234). Sum of RGB (Red+Green+Blue) = 188+147+234=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC93EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC93EA is #436C15. Grayscale: #A8A8A8. Windows color (decimal): -4418582 or 15373244. OLE color: 15373244.

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

Color convert

RGB 188 147 234 -
CMYK 0.20 0.37 0 0.08
HSL 268.28º 0.67% 0.75% -
HSV(B) 268.28º 0.37% 0.92% -
XYZ 46.02 37.5 82.65 -
YUV 169.18 164.58 141.43 -
System Red Green Blue C M Y K H S L
Decimal 188 147 234 0.20 0.37 0 0.08 268.28 0.67 0.75
Hex BC 93 EA 14 25 0 8 10C 43 4B
Octal 274 223 352 24 45 0 10 414 103 113
Binary 10111100 10010011 11101010 10100 100101 0 1000 100001100 1000011 1001011

Color Harmonies of #BC93EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93EA

Black with #BC93EA

Text Example


Text Example

White with #BC93EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93EA; }

 p { color: rgb(188,147,234); }

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

background-color css

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

 a { background-color: rgb(188,147,234); }

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

border-color css

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

 span { border-color: rgb(188,147,234); }

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