#BCA7CD

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

Shades of Perfume #BCA7CD

Tints of Perfume #BCA7CD

Color information

#BCA7CD (or 0xBCA7CD) is unknown color: approx Perfume. HEX triplet: BC, A7 and CD. RGB value is (188,167,205). Sum of RGB (Red+Green+Blue) = 188+167+205=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCA7CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7CD is #435832. Grayscale: #B1B1B1. Windows color (decimal): -4413491 or 13477820. OLE color: 13477820.

HSL color Cylindrical-coordinate representation of color #BCA7CD: hue angle of 273.16º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCA7CD is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188167205-
CMYK0.080.1900.20
HSL273.16º27.54%72.94%-
HSV(B)273.16º18.54%80.39%-
XYZ45.5842.7463.6-
YUV177.61143.46135.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 167 (65.62% from 255) = 29.82%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=33.57%
G=29.82%
B=36.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881672050.080.1900.20273.1627.5472.94
HexBCA7CD8130141111c49
Octal274247315102302442134111
Binary101111001010011111001101100010011010100100010001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7CD; }

 p { color: rgb(188,167,205); }

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

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

 a { background-color: rgb(188,167,205); }

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

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

 span { border-color: rgb(188,167,205); }

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