#BCA7DB

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

Shades of Perfume #BCA7DB

Tints of Perfume #BCA7DB

Color information

#BCA7DB (or 0xBCA7DB) is unknown color: approx Perfume. HEX triplet: BC, A7 and DB. RGB value is (188,167,219). Sum of RGB (Red+Green+Blue) = 188+167+219=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 167 (65.62% from 255 or 29.09% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCA7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7DB is #435824. Grayscale: #B3B3B3. Windows color (decimal): -4413477 or 14395324. OLE color: 14395324.

HSL color Cylindrical-coordinate representation of color #BCA7DB: hue angle of 264.23º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCA7DB is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188167219-
CMYK0.140.2400.14
HSL264.23º41.94%75.69%-
HSV(B)264.23º23.74%85.88%-
XYZ47.3443.4472.91-
YUV179.21150.46134.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 167 (65.62% from 255) = 29.09%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=32.75%
G=29.09%
B=38.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881672190.140.2400.14264.2341.9475.69
HexBCA7DBE180E1082a4c
Octal274247333163001641052114
Binary101111001010011111011011111011000011101000010001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7DB; }

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

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

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

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

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

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

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

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