Html Css Color HEX #BC9FEC Perfume

📋 copy color: '#BC9FEC'

red 188 ◦ green 159 ◦ blue 236

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

Shades of Perfume #BC9FEC

Tints of Perfume #BC9FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.27%

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

R = 32.25%
G = 27.27%
B = 40.48%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC9FEC (or 0xBC9FEC) is known color: Perfume. HEX triplet: BC, 9F and EC. RGB value is (188,159,236). Sum of RGB (Red+Green+Blue) = 188+159+236=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC9FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9FEC is #436013. Grayscale: #B0B0B0. Windows color (decimal): -4415508 or 15507388. OLE color: 15507388.

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

Color convert

RGB 188 159 236 -
CMYK 0.20 0.33 0 0.07
HSL 262.6º 0.67% 0.77% -
HSV(B) 262.6º 0.33% 0.93% -
XYZ 48.28 41.54 84.83 -
YUV 176.45 161.61 136.24 -
System Red Green Blue C M Y K H S L
Decimal 188 159 236 0.20 0.33 0 0.07 262.6 0.67 0.77
Hex BC 9F EC 14 21 0 7 107 43 4D
Octal 274 237 354 24 41 0 7 407 103 115
Binary 10111100 10011111 11101100 10100 100001 0 111 100000111 1000011 1001101

Color Harmonies of #BC9FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FEC

Black with #BC9FEC

Text Example


Text Example

White with #BC9FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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