Html Css Color HEX #BC92EC Perfume

📋 copy color: '#BC92EC'

red 188 ◦ green 146 ◦ blue 236

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

Shades of Perfume #BC92EC

Tints of Perfume #BC92EC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.61%

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

R = 32.98%
G = 25.61%
B = 41.4%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC92EC (or 0xBC92EC) is known color: Perfume. HEX triplet: BC, 92 and EC. RGB value is (188,146,236). Sum of RGB (Red+Green+Blue) = 188+146+236=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC92EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC92EC is #436D13. Grayscale: #A8A8A8. Windows color (decimal): -4418836 or 15504060. OLE color: 15504060.

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

Color convert

RGB 188 146 236 -
CMYK 0.20 0.38 0 0.07
HSL 268º 0.7% 0.75% -
HSV(B) 268º 0.38% 0.93% -
XYZ 46.16 37.31 84.12 -
YUV 168.82 165.91 141.68 -
System Red Green Blue C M Y K H S L
Decimal 188 146 236 0.20 0.38 0 0.07 268 0.7 0.75
Hex BC 92 EC 14 26 0 7 10C 46 4B
Octal 274 222 354 24 46 0 7 414 106 113
Binary 10111100 10010010 11101100 10100 100110 0 111 100001100 1000110 1001011

Color Harmonies of #BC92EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC92EC

Black with #BC92EC

Text Example


Text Example

White with #BC92EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC92EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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