Html Css Color HEX #BC9BE5 Perfume

📋 copy color: '#BC9BE5'

red 188 ◦ green 155 ◦ blue 229

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

Shades of Perfume #BC9BE5

Tints of Perfume #BC9BE5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.1%

 BLUE value IS 229 (89.84% from 255) = 40.03%

R = 32.87%
G = 27.1%
B = 40.03%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC9BE5 (or 0xBC9BE5) is known color: Perfume. HEX triplet: BC, 9B and E5. RGB value is (188,155,229). Sum of RGB (Red+Green+Blue) = 188+155+229=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC9BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BE5 is #43641A. Grayscale: #ADADAD. Windows color (decimal): -4416539 or 15047612. OLE color: 15047612.

HSL color Cylindrical-coordinate representation of color #BC9BE5: hue angle of 266.76º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC9BE5 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 155 229 -
CMYK 0.18 0.32 0 0.10
HSL 266.76º 0.59% 0.75% -
HSV(B) 266.76º 0.32% 0.9% -
XYZ 46.6 39.79 79.35 -
YUV 173.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 188 155 229 0.18 0.32 0 0.10 266.76 0.59 0.75
Hex BC 9B E5 12 20 0 A 10B 3B 4B
Octal 274 233 345 22 40 0 12 413 73 113
Binary 10111100 10011011 11100101 10010 100000 0 1010 100001011 111011 1001011

Color Harmonies of #BC9BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9BE5

Black with #BC9BE5

Text Example


Text Example

White with #BC9BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9BE5; }

 p { color: rgb(188,155,229); }

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

background-color css

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

 a { background-color: rgb(188,155,229); }

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

border-color css

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

 span { border-color: rgb(188,155,229); }

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