#bbb3f3

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

Shades of Melrose #BBB3F3

Tints of Melrose #BBB3F3

Color information

#BBB3F3 (or 0xBBB3F3) is unknown color: approx Melrose. HEX triplet: BB, B3 and F3. RGB value is (187,179,243). Sum of RGB (Red+Green+Blue) = 187+179+243=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBB3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB3F3 is #444C0C. Grayscale: #BCBCBC. Windows color (decimal): -4475917 or 15971259. OLE color: 15971259.

HSL color Cylindrical-coordinate representation of color #BBB3F3: hue angle of 247.5º degrees, saturation: 0.73, 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 #BBB3F3 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187179243-
CMYK0.230.2600.05
HSL247.5º72.73%82.75%-
HSV(B)247.5º26.34%95.29%-
XYZ52.7949.2891.52-
YUV188.69158.65126.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.71%
GREEN value IS 179 (70.31% from 255) = 29.39%
BLUE value IS 243 (95.31% from 255) = 39.90%
R=30.71%
G=29.39%
B=39.90%

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
Decimal1871792430.230.2600.05247.572.7382.75
HexBBB3F3171A05f84953
Octal273263363273205370111123
Binary101110111011001111110011101111101001011111100010010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbb3f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbb3f3; }

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

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

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

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

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

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

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

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