#BBB2F9

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

Shades of Melrose #BBB2F9

Tints of Melrose #BBB2F9

Color information

#BBB2F9 (or 0xBBB2F9) is unknown color: approx Melrose. HEX triplet: BB, B2 and F9. RGB value is (187,178,249). Sum of RGB (Red+Green+Blue) = 187+178+249=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBB2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2F9 is #444D06. Grayscale: #BCBCBC. Windows color (decimal): -4476167 or 16364219. OLE color: 16364219.

HSL color Cylindrical-coordinate representation of color #BBB2F9: hue angle of 247.61º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBB2F9 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187178249-
CMYK0.250.2900.02
HSL247.61º85.54%83.73%-
HSV(B)247.61º28.51%97.65%-
XYZ53.5149.2596.31-
YUV188.78161.98126.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 178 (69.92% from 255) = 28.99%
BLUE value IS 249 (97.66% from 255) = 40.55%
R=30.46%
G=28.99%
B=40.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871782490.250.2900.02247.6185.5483.73
HexBBB2F9191D02f85654
Octal273262371313502370126124
Binary10111011101100101111100111001111010101111100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2F9; }

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

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

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

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

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

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

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

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