Html Css Color HEX #BC9EFE Perfume

📋 copy color: '#BC9EFE'

red 188 ◦ green 158 ◦ blue 254

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

Shades of Perfume #BC9EFE

Tints of Perfume #BC9EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.33%

 BLUE value IS 254 (99.61% from 255) = 42.33%

R = 31.33%
G = 26.33%
B = 42.33%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC9EFE (or 0xBC9EFE) is known color: Perfume. HEX triplet: BC, 9E and FE. RGB value is (188,158,254). Sum of RGB (Red+Green+Blue) = 188+158+254=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC9EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9EFE is #436101. Grayscale: #B1B1B1. Windows color (decimal): -4415746 or 16686780. OLE color: 16686780.

HSL color Cylindrical-coordinate representation of color #BC9EFE: hue angle of 258.75º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC9EFE is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 158 254 -
CMYK 0.26 0.38 0 0.00
HSL 258.75º 0.98% 0.81% -
HSV(B) 258.75º 0.38% 1% -
XYZ 50.86 42.3 99.25 -
YUV 177.91 170.94 135.19 -
System Red Green Blue C M Y K H S L
Decimal 188 158 254 0.26 0.38 0 0.00 258.75 0.98 0.81
Hex BC 9E FE 1A 26 0 0 103 62 51
Octal 274 236 376 32 46 0 0 403 142 121
Binary 10111100 10011110 11111110 11010 100110 0 0 100000011 1100010 1010001

Color Harmonies of #BC9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9EFE

Black with #BC9EFE

Text Example


Text Example

White with #BC9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9EFE; }

 p { color: rgb(188,158,254); }

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

background-color css

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

 a { background-color: rgb(188,158,254); }

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

border-color css

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

 span { border-color: rgb(188,158,254); }

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