Html Css Color HEX #BC9CE5 Perfume

📋 copy color: '#BC9CE5'

red 188 ◦ green 156 ◦ blue 229

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

Shades of Perfume #BC9CE5

Tints of Perfume #BC9CE5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.23%

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

R = 32.81%
G = 27.23%
B = 39.97%

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

#BC9CE5 (or 0xBC9CE5) is known color: Perfume. HEX triplet: BC, 9C and E5. RGB value is (188,156,229). Sum of RGB (Red+Green+Blue) = 188+156+229=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC9CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CE5 is #43631A. Grayscale: #ADADAD. Windows color (decimal): -4416283 or 15047868. OLE color: 15047868.

HSL color Cylindrical-coordinate representation of color #BC9CE5: hue angle of 266.3º degrees, saturation: 0.58, 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 #BC9CE5 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 156 229 -
CMYK 0.18 0.32 0 0.10
HSL 266.3º 0.58% 0.75% -
HSV(B) 266.3º 0.32% 0.9% -
XYZ 46.77 40.13 79.41 -
YUV 173.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 188 156 229 0.18 0.32 0 0.10 266.3 0.58 0.75
Hex BC 9C E5 12 20 0 A 10A 3A 4B
Octal 274 234 345 22 40 0 12 412 72 113
Binary 10111100 10011100 11100101 10010 100000 0 1010 100001010 111010 1001011

Color Harmonies of #BC9CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9CE5

Black with #BC9CE5

Text Example


Text Example

White with #BC9CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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