#BCB4EB

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

Shades of Melrose #BCB4EB

Tints of Melrose #BCB4EB

Color information

#BCB4EB (or 0xBCB4EB) is unknown color: approx Melrose. HEX triplet: BC, B4 and EB. RGB value is (188,180,235). Sum of RGB (Red+Green+Blue) = 188+180+235=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCB4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB4EB is #434B14. Grayscale: #BCBCBC. Windows color (decimal): -4410133 or 15447228. OLE color: 15447228.

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

Color convert

RGB188180235-
CMYK0.20.2300.08
HSL248.73º57.89%81.37%-
HSV(B)248.73º23.4%92.16%-
XYZ52.0649.3385.38-
YUV188.66154.15127.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 180 (70.70% from 255) = 29.85%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=31.18%
G=29.85%
B=38.97%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881802350.20.2300.08248.7357.8981.37
HexBCB4EB141708f93a51
Octal274264353242701037172121
Binary101111001011010011101011101001011101000111110011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB4EB; }

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

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

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

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

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

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

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

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