Html Css Color HEX #BC9EE3 Perfume

📋 copy color: '#BC9EE3'

red 188 ◦ green 158 ◦ blue 227

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

Shades of Perfume #BC9EE3

Tints of Perfume #BC9EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.62%

R = 32.81%
G = 27.57%
B = 39.62%

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

#BC9EE3 (or 0xBC9EE3) is known color: Perfume. HEX triplet: BC, 9E and E3. RGB value is (188,158,227). Sum of RGB (Red+Green+Blue) = 188+158+227=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC9EE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EE3 is #43611C. Grayscale: #AEAEAE. Windows color (decimal): -4415773 or 14917308. OLE color: 14917308.

HSL color Cylindrical-coordinate representation of color #BC9EE3: hue angle of 266.09º degrees, saturation: 0.55, 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 #BC9EE3 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 158 227 -
CMYK 0.17 0.30 0 0.11
HSL 266.09º 0.55% 0.75% -
HSV(B) 266.09º 0.3% 0.89% -
XYZ 46.83 40.69 78.06 -
YUV 174.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 188 158 227 0.17 0.30 0 0.11 266.09 0.55 0.75
Hex BC 9E E3 11 1E 0 B 10A 37 4B
Octal 274 236 343 21 36 0 13 412 67 113
Binary 10111100 10011110 11100011 10001 11110 0 1011 100001010 110111 1001011

Color Harmonies of #BC9EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9EE3

Black with #BC9EE3

Text Example


Text Example

White with #BC9EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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