Html Css Color HEX #BC9EE0 Perfume

📋 copy color: '#BC9EE0'

red 188 ◦ green 158 ◦ blue 224

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

Shades of Perfume #BC9EE0

Tints of Perfume #BC9EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.3%

R = 32.98%
G = 27.72%
B = 39.3%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC9EE0 (or 0xBC9EE0) is known color: Perfume. HEX triplet: BC, 9E and E0. RGB value is (188,158,224). Sum of RGB (Red+Green+Blue) = 188+158+224=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC9EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EE0 is #43611F. Grayscale: #AEAEAE. Windows color (decimal): -4415776 or 14720700. OLE color: 14720700.

HSL color Cylindrical-coordinate representation of color #BC9EE0: hue angle of 267.27º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC9EE0 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 158 224 -
CMYK 0.16 0.29 0 0.12
HSL 267.27º 0.52% 0.75% -
HSV(B) 267.27º 0.29% 0.88% -
XYZ 46.42 40.53 75.9 -
YUV 174.49 155.94 137.63 -
System Red Green Blue C M Y K H S L
Decimal 188 158 224 0.16 0.29 0 0.12 267.27 0.52 0.75
Hex BC 9E E0 10 1D 0 C 10B 34 4B
Octal 274 236 340 20 35 0 14 413 64 113
Binary 10111100 10011110 11100000 10000 11101 0 1100 100001011 110100 1001011

Color Harmonies of #BC9EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9EE0

Black with #BC9EE0

Text Example


Text Example

White with #BC9EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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