#BBAFFB

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

Shades of Melrose #BBAFFB

Tints of Melrose #BBAFFB

Color information

#BBAFFB (or 0xBBAFFB) is unknown color: approx Melrose. HEX triplet: BB, AF and FB. RGB value is (187,175,251). Sum of RGB (Red+Green+Blue) = 187+175+251=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBAFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFFB is #445004. Grayscale: #BABABA. Windows color (decimal): -4476933 or 16494523. OLE color: 16494523.

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

Color convert

RGB187175251-
CMYK0.250.3000.02
HSL249.47º90.48%83.53%-
HSV(B)249.47º30.28%98.43%-
XYZ53.2448.1997.76-
YUV187.25163.98127.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.51%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=30.51%
G=28.55%
B=40.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871752510.250.3000.02249.4790.4883.53
HexBBAFFB191E02f95a54
Octal273257373313602371132124
Binary10111011101011111111101111001111100101111100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFFB; }

 p { color: rgb(187,175,251); }

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

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

 a { background-color: rgb(187,175,251); }

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

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

 span { border-color: rgb(187,175,251); }

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