#BCA8CD

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

Shades of Perfume #BCA8CD

Tints of Perfume #BCA8CD

Color information

#BCA8CD (or 0xBCA8CD) is unknown color: approx Perfume. HEX triplet: BC, A8 and CD. RGB value is (188,168,205). Sum of RGB (Red+Green+Blue) = 188+168+205=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCA8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8CD is #435732. Grayscale: #B2B2B2. Windows color (decimal): -4413235 or 13478076. OLE color: 13478076.

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

Color convert

RGB188168205-
CMYK0.080.1800.20
HSL272.43º27.01%73.14%-
HSV(B)272.43º18.05%80.39%-
XYZ45.7643.163.67-
YUV178.2143.13134.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 168 (66.02% from 255) = 29.95%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=33.51%
G=29.95%
B=36.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881682050.080.1800.20272.4327.0173.14
HexBCA8CD8120141101b49
Octal274250315102202442033111
Binary101111001010100011001101100010010010100100010000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8CD; }

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

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

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

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

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

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

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

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