Html Css Color HEX #BC9DEC Perfume

📋 copy color: '#BC9DEC'

red 188 ◦ green 157 ◦ blue 236

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

Shades of Perfume #BC9DEC

Tints of Perfume #BC9DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.02%

 BLUE value IS 236 (92.58% from 255) = 40.62%

R = 32.36%
G = 27.02%
B = 40.62%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC9DEC (or 0xBC9DEC) is known color: Perfume. HEX triplet: BC, 9D and EC. RGB value is (188,157,236). Sum of RGB (Red+Green+Blue) = 188+157+236=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC9DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9DEC is #436213. Grayscale: #AEAEAE. Windows color (decimal): -4416020 or 15506876. OLE color: 15506876.

HSL color Cylindrical-coordinate representation of color #BC9DEC: hue angle of 263.54º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC9DEC is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 157 236 -
CMYK 0.20 0.33 0 0.07
HSL 263.54º 0.68% 0.77% -
HSV(B) 263.54º 0.33% 0.93% -
XYZ 47.94 40.86 84.72 -
YUV 175.28 162.27 137.08 -
System Red Green Blue C M Y K H S L
Decimal 188 157 236 0.20 0.33 0 0.07 263.54 0.68 0.77
Hex BC 9D EC 14 21 0 7 108 44 4D
Octal 274 235 354 24 41 0 7 410 104 115
Binary 10111100 10011101 11101100 10100 100001 0 111 100001000 1000100 1001101

Color Harmonies of #BC9DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9DEC

Black with #BC9DEC

Text Example


Text Example

White with #BC9DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9DEC; }

 p { color: rgb(188,157,236); }

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

background-color css

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

 a { background-color: rgb(188,157,236); }

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

border-color css

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

 span { border-color: rgb(188,157,236); }

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