#BBAFF7

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

Shades of Melrose #BBAFF7

Tints of Melrose #BBAFF7

Color information

#BBAFF7 (or 0xBBAFF7) is unknown color: approx Melrose. HEX triplet: BB, AF and F7. RGB value is (187,175,247). Sum of RGB (Red+Green+Blue) = 187+175+247=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 247 (96.88% from 255 or 40.56% from 609); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBAFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFF7 is #445008. Grayscale: #BABABA. Windows color (decimal): -4476937 or 16232379. OLE color: 16232379.

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

Color convert

RGB187175247-
CMYK0.240.2900.03
HSL250º81.82%82.75%-
HSV(B)250º29.15%96.86%-
XYZ52.6147.9494.48-
YUV186.8161.98128.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.71%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 247 (96.88% from 255) = 40.56%
R=30.71%
G=28.74%
B=40.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871752470.240.2900.0325081.8282.75
HexBBAFF7181D03fa5253
Octal273257367303503372122123
Binary10111011101011111111011111000111010111111101010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFF7; }

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

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

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

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

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

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

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

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