#BCA7EB

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

Shades of Perfume #BCA7EB

Tints of Perfume #BCA7EB

Color information

#BCA7EB (or 0xBCA7EB) is unknown color: approx Perfume. HEX triplet: BC, A7 and EB. RGB value is (188,167,235). Sum of RGB (Red+Green+Blue) = 188+167+235=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCA7EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA7EB is #435814. Grayscale: #B4B4B4. Windows color (decimal): -4413461 or 15443900. OLE color: 15443900.

HSL color Cylindrical-coordinate representation of color #BCA7EB: hue angle of 258.53º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCA7EB is Cyan = 0.2, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188167235-
CMYK0.20.2900.08
HSL258.53º62.96%78.82%-
HSV(B)258.53º28.94%92.16%-
XYZ49.5544.3384.54-
YUV181.03158.46132.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.86%
GREEN value IS 167 (65.62% from 255) = 28.31%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=31.86%
G=28.31%
B=39.83%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881672350.20.2900.08258.5362.9678.82
HexBCA7EB141D081033f4f
Octal274247353243501040377117
Binary1011110010100111111010111010011101010001000000111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7EB; }

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

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

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

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

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

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

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

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