#BCA7D0

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

Shades of Perfume #BCA7D0

Tints of Perfume #BCA7D0

Color information

#BCA7D0 (or 0xBCA7D0) is unknown color: approx Perfume. HEX triplet: BC, A7 and D0. RGB value is (188,167,208). Sum of RGB (Red+Green+Blue) = 188+167+208=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCA7D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7D0 is #43582F. Grayscale: #B1B1B1. Windows color (decimal): -4413488 or 13674428. OLE color: 13674428.

HSL color Cylindrical-coordinate representation of color #BCA7D0: hue angle of 270.73º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCA7D0 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188167208-
CMYK0.100.2000.18
HSL270.73º30.37%73.53%-
HSV(B)270.73º19.71%81.57%-
XYZ45.9442.8865.53-
YUV177.95144.96135.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 167 (65.62% from 255) = 29.66%
BLUE value IS 208 (81.64% from 255) = 36.94%
R=33.39%
G=29.66%
B=36.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881672080.100.2000.18270.7330.3773.53
HexBCA7D0A1401210f1e4a
Octal274247320122402241736112
Binary101111001010011111010000101010100010010100001111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7D0; }

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

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

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

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

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

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

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

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