#BCB2FA

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

Shades of Melrose #BCB2FA

Tints of Melrose #BCB2FA

Color information

#BCB2FA (or 0xBCB2FA) is unknown color: approx Melrose. HEX triplet: BC, B2 and FA. RGB value is (188,178,250). Sum of RGB (Red+Green+Blue) = 188+178+250=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCB2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB2FA is #434D05. Grayscale: #BCBCBC. Windows color (decimal): -4410630 or 16429756. OLE color: 16429756.

HSL color Cylindrical-coordinate representation of color #BCB2FA: hue angle of 248.33º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCB2FA is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188178250-
CMYK0.250.2900.02
HSL248.33º87.8%83.92%-
HSV(B)248.33º28.8%98.04%-
XYZ53.9149.4397.14-
YUV189.2162.31127.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 178 (69.92% from 255) = 28.90%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=30.52%
G=28.90%
B=40.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881782500.250.2900.02248.3387.883.92
HexBCB2FA191D02f85854
Octal274262372313502370130124
Binary10111100101100101111101011001111010101111100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2FA; }

 p { color: rgb(188,178,250); }

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

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

 a { background-color: rgb(188,178,250); }

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

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

 span { border-color: rgb(188,178,250); }

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