#BBAFDF

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

Shades of Melrose #BBAFDF

Tints of Melrose #BBAFDF

Color information

#BBAFDF (or 0xBBAFDF) is unknown color: approx Melrose. HEX triplet: BB, AF and DF. RGB value is (187,175,223). Sum of RGB (Red+Green+Blue) = 187+175+223=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBAFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFDF is #445020. Grayscale: #B7B7B7. Windows color (decimal): -4476961 or 14659515. OLE color: 14659515.

HSL color Cylindrical-coordinate representation of color #BBAFDF: hue angle of 255º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBAFDF is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187175223-
CMYK0.160.2200.13
HSL255º42.86%78.04%-
HSV(B)255º21.52%87.45%-
XYZ49.1446.5576.21-
YUV184.06149.98130.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 223 (87.5% from 255) = 38.12%
R=31.97%
G=29.91%
B=38.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871752230.160.2200.1325542.8678.04
HexBBAFDF10160Dff2b4e
Octal273257337202601537753116
Binary101110111010111111011111100001011001101111111111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFDF; }

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

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

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

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

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

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

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

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