Html Css Color HEX #BC9FDC Perfume

📋 copy color: '#BC9FDC'

red 188 ◦ green 159 ◦ blue 220

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

Shades of Perfume #BC9FDC

Tints of Perfume #BC9FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.04%

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 33.16%
G = 28.04%
B = 38.8%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC9FDC (or 0xBC9FDC) is known color: Perfume. HEX triplet: BC, 9F and DC. RGB value is (188,159,220). Sum of RGB (Red+Green+Blue) = 188+159+220=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FDC is #436023. Grayscale: #AEAEAE. Windows color (decimal): -4415524 or 14458812. OLE color: 14458812.

HSL color Cylindrical-coordinate representation of color #BC9FDC: hue angle of 268.52º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC9FDC is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 159 220 -
CMYK 0.15 0.28 0 0.14
HSL 268.52º 0.47% 0.74% -
HSV(B) 268.52º 0.28% 0.86% -
XYZ 46.06 40.65 73.13 -
YUV 174.63 153.61 137.54 -
System Red Green Blue C M Y K H S L
Decimal 188 159 220 0.15 0.28 0 0.14 268.52 0.47 0.74
Hex BC 9F DC F 1C 0 E 10D 2F 4A
Octal 274 237 334 17 34 0 16 415 57 112
Binary 10111100 10011111 11011100 1111 11100 0 1110 100001101 101111 1001010

Color Harmonies of #BC9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FDC

Black with #BC9FDC

Text Example


Text Example

White with #BC9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FDC; }

 p { color: rgb(188,159,220); }

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

background-color css

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

 a { background-color: rgb(188,159,220); }

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

border-color css

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

 span { border-color: rgb(188,159,220); }

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