#BBA5F3

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

Shades of Melrose #BBA5F3

Tints of Melrose #BBA5F3

Color information

#BBA5F3 (or 0xBBA5F3) is unknown color: approx Melrose. HEX triplet: BB, A5 and F3. RGB value is (187,165,243). Sum of RGB (Red+Green+Blue) = 187+165+243=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBA5F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA5F3 is #445A0C. Grayscale: #B4B4B4. Windows color (decimal): -4479501 or 15967675. OLE color: 15967675.

HSL color Cylindrical-coordinate representation of color #BBA5F3: hue angle of 256.92º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA5F3 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187165243-
CMYK0.230.3200.05
HSL256.92º76.47%80%-
HSV(B)256.92º32.1%95.29%-
XYZ50.1343.9590.63-
YUV180.47163.29132.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 165 (64.84% from 255) = 27.73%
BLUE value IS 243 (95.31% from 255) = 40.84%
R=31.43%
G=27.73%
B=40.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871652430.230.3200.05256.9276.4780
HexBBA5F31720051014c50
Octal273245363274005401114120
Binary10111011101001011111001110111100000010110000000110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA5F3; }

 p { color: rgb(187,165,243); }

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

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

 a { background-color: rgb(187,165,243); }

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

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

 span { border-color: rgb(187,165,243); }

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