#BBB2F2

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

Shades of Melrose #BBB2F2

Tints of Melrose #BBB2F2

Color information

#BBB2F2 (or 0xBBB2F2) is unknown color: approx Melrose. HEX triplet: BB, B2 and F2. RGB value is (187,178,242). Sum of RGB (Red+Green+Blue) = 187+178+242=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBB2F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2F2 is #444D0D. Grayscale: #BBBBBB. Windows color (decimal): -4476174 or 15905467. OLE color: 15905467.

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

Color convert

RGB187178242-
CMYK0.230.2600.05
HSL248.44º71.11%82.35%-
HSV(B)248.44º26.45%94.9%-
XYZ52.4448.8290.66-
YUV187.99158.48127.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 178 (69.92% from 255) = 29.32%
BLUE value IS 242 (94.92% from 255) = 39.87%
R=30.81%
G=29.32%
B=39.87%

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
Decimal1871782420.230.2600.05248.4471.1182.35
HexBBB2F2171A05f84752
Octal273262362273205370107122
Binary101110111011001011110010101111101001011111100010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2F2; }

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

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

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

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

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

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

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

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