#BCA2FC

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

Shades of Perfume #BCA2FC

Tints of Perfume #BCA2FC

Color information

#BCA2FC (or 0xBCA2FC) is unknown color: approx Perfume. HEX triplet: BC, A2 and FC. RGB value is (188,162,252). Sum of RGB (Red+Green+Blue) = 188+162+252=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCA2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA2FC is #435D03. Grayscale: #B3B3B3. Windows color (decimal): -4414724 or 16556732. OLE color: 16556732.

HSL color Cylindrical-coordinate representation of color #BCA2FC: hue angle of 257.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCA2FC is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188162252-
CMYK0.250.3600.01
HSL257.33º93.75%81.18%-
HSV(B)257.33º35.71%98.82%-
XYZ51.2343.5697.8-
YUV180.03168.61133.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 162 (63.67% from 255) = 26.91%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=31.23%
G=26.91%
B=41.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881622520.250.3600.01257.3393.7581.18
HexBCA2FC1924011015e51
Octal274242374314401401136121
Binary101111001010001011111100110011001000110000000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2FC; }

 p { color: rgb(188,162,252); }

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

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

 a { background-color: rgb(188,162,252); }

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

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

 span { border-color: rgb(188,162,252); }

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