#BBAFF5

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

Shades of Melrose #BBAFF5

Tints of Melrose #BBAFF5

Color information

#BBAFF5 (or 0xBBAFF5) is unknown color: approx Melrose. HEX triplet: BB, AF and F5. RGB value is (187,175,245). Sum of RGB (Red+Green+Blue) = 187+175+245=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBAFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFF5 is #44500A. Grayscale: #BABABA. Windows color (decimal): -4476939 or 16101307. OLE color: 16101307.

HSL color Cylindrical-coordinate representation of color #BBAFF5: hue angle of 250.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBAFF5 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187175245-
CMYK0.240.2900.04
HSL250.29º77.78%82.35%-
HSV(B)250.29º28.57%96.08%-
XYZ52.347.8292.86-
YUV186.57160.98128.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 245 (96.09% from 255) = 40.36%
R=30.81%
G=28.83%
B=40.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871752450.240.2900.04250.2977.7882.35
HexBBAFF5181D04fa4e52
Octal273257365303504372116122
Binary101110111010111111110101110001110101001111101010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFF5; }

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

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

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

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

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

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

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

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