#BBAFF3

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

Shades of Melrose #BBAFF3

Tints of Melrose #BBAFF3

Color information

#BBAFF3 (or 0xBBAFF3) is unknown color: approx Melrose. HEX triplet: BB, AF and F3. RGB value is (187,175,243). Sum of RGB (Red+Green+Blue) = 187+175+243=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 243 (95.31% from 255 or 40.17% from 605); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBAFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFF3 is #44500C. Grayscale: #BABABA. Windows color (decimal): -4476941 or 15970235. OLE color: 15970235.

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

Color convert

RGB187175243-
CMYK0.230.2800.05
HSL250.59º73.91%81.96%-
HSV(B)250.59º27.98%95.29%-
XYZ5247.791.26-
YUV186.34159.98128.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 175 (68.75% from 255) = 28.93%
BLUE value IS 243 (95.31% from 255) = 40.17%
R=30.91%
G=28.93%
B=40.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871752430.230.2800.05250.5973.9181.96
HexBBAFF3171C05fb4a52
Octal273257363273405373112122
Binary101110111010111111110011101111110001011111101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFF3; }

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

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

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

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

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

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

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

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