#BC9DD6

Color #BC9DD6 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BC9DD6

Tints of Perfume #BC9DD6

Color information

#BC9DD6 (or 0xBC9DD6) is unknown color: approx Perfume. HEX triplet: BC, 9D and D6. RGB value is (188,157,214). Sum of RGB (Red+Green+Blue) = 188+157+214=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC9DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DD6 is #436229. Grayscale: #ACACAC. Windows color (decimal): -4416042 or 14065084. OLE color: 14065084.

HSL color Cylindrical-coordinate representation of color #BC9DD6: hue angle of 272.63º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC9DD6 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188157214-
CMYK0.120.2700.16
HSL272.63º41.01%72.75%-
HSV(B)272.63º26.64%83.92%-
XYZ44.9339.6668.91-
YUV172.77151.27138.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 157 (61.72% from 255) = 28.09%
BLUE value IS 214 (83.98% from 255) = 38.28%
R=33.63%
G=28.09%
B=38.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881572140.120.2700.16272.6341.0172.75
HexBC9DD6C1B0101112949
Octal274235326143302042151111
Binary1011110010011101110101101100110110100001000100011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DD6; }

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

 H1.HeaderClassName
 {
   color: #BC9DD6;
 }
 .AnyTagClassName
 {
   color: #BC9DD6;
 }
</style>
background-color css

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

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

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

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

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

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