#BBAFE1

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

Shades of Melrose #BBAFE1

Tints of Melrose #BBAFE1

Color information

#BBAFE1 (or 0xBBAFE1) is unknown color: approx Melrose. HEX triplet: BB, AF and E1. RGB value is (187,175,225). Sum of RGB (Red+Green+Blue) = 187+175+225=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBAFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFE1 is #44501E. Grayscale: #B8B8B8. Windows color (decimal): -4476959 or 14790587. OLE color: 14790587.

HSL color Cylindrical-coordinate representation of color #BBAFE1: hue angle of 254.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBAFE1 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187175225-
CMYK0.170.2200.12
HSL254.4º45.45%78.43%-
HSV(B)254.4º22.22%88.24%-
XYZ49.4146.6677.64-
YUV184.29150.98129.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 225 (88.28% from 255) = 38.33%
R=31.86%
G=29.81%
B=38.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871752250.170.2200.12254.445.4578.43
HexBBAFE111160Cfe2d4e
Octal273257341212601437655116
Binary101110111010111111100001100011011001100111111101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFE1; }

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

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

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

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

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

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

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

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