Html Css Color HEX #BC9EE2 Perfume

📋 copy color: '#BC9EE2'

red 188 ◦ green 158 ◦ blue 226

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

Shades of Perfume #BC9EE2

Tints of Perfume #BC9EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.51%

R = 32.87%
G = 27.62%
B = 39.51%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC9EE2 (or 0xBC9EE2) is known color: Perfume. HEX triplet: BC, 9E and E2. RGB value is (188,158,226). Sum of RGB (Red+Green+Blue) = 188+158+226=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC9EE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EE2 is #43611D. Grayscale: #AEAEAE. Windows color (decimal): -4415774 or 14851772. OLE color: 14851772.

HSL color Cylindrical-coordinate representation of color #BC9EE2: hue angle of 266.47º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC9EE2 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 158 226 -
CMYK 0.17 0.30 0 0.11
HSL 266.47º 0.54% 0.75% -
HSV(B) 266.47º 0.3% 0.89% -
XYZ 46.69 40.64 77.33 -
YUV 174.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 188 158 226 0.17 0.30 0 0.11 266.47 0.54 0.75
Hex BC 9E E2 11 1E 0 B 10A 36 4B
Octal 274 236 342 21 36 0 13 412 66 113
Binary 10111100 10011110 11100010 10001 11110 0 1011 100001010 110110 1001011

Color Harmonies of #BC9EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9EE2

Black with #BC9EE2

Text Example


Text Example

White with #BC9EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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