#BBB3F2

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

Shades of Melrose #BBB3F2

Tints of Melrose #BBB3F2

Color information

#BBB3F2 (or 0xBBB3F2) is unknown color: approx Melrose. HEX triplet: BB, B3 and F2. RGB value is (187,179,242). Sum of RGB (Red+Green+Blue) = 187+179+242=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBB3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB3F2 is #444C0D. Grayscale: #BCBCBC. Windows color (decimal): -4475918 or 15905723. OLE color: 15905723.

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

Color convert

RGB187179242-
CMYK0.230.2600.05
HSL247.62º70.79%82.55%-
HSV(B)247.62º26.03%94.9%-
XYZ52.6449.2290.73-
YUV188.57158.15126.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.76%
GREEN value IS 179 (70.31% from 255) = 29.44%
BLUE value IS 242 (94.92% from 255) = 39.80%
R=30.76%
G=29.44%
B=39.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871792420.230.2600.05247.6270.7982.55
HexBBB3F2171A05f84753
Octal273263362273205370107123
Binary101110111011001111110010101111101001011111100010001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3F2; }

 p { color: rgb(187,179,242); }

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

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

 a { background-color: rgb(187,179,242); }

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

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

 span { border-color: rgb(187,179,242); }

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