#BBADFC

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

Shades of Melrose #BBADFC

Tints of Melrose #BBADFC

Color information

#BBADFC (or 0xBBADFC) is unknown color: approx Melrose. HEX triplet: BB, AD and FC. RGB value is (187,173,252). Sum of RGB (Red+Green+Blue) = 187+173+252=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADFC is #445203. Grayscale: #B9B9B9. Windows color (decimal): -4477444 or 16559547. OLE color: 16559547.

HSL color Cylindrical-coordinate representation of color #BBADFC: hue angle of 250.63º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBADFC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187173252-
CMYK0.260.3100.01
HSL250.63º92.94%83.33%-
HSV(B)250.63º31.35%98.82%-
XYZ53.0147.4898.47-
YUV186.19165.14128.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.56%
GREEN value IS 173 (67.97% from 255) = 28.27%
BLUE value IS 252 (98.83% from 255) = 41.18%
R=30.56%
G=28.27%
B=41.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871732520.260.3100.01250.6392.9483.33
HexBBADFC1A1F01fb5d53
Octal273255374323701373135123
Binary1011101110101101111111001101011111011111101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADFC; }

 p { color: rgb(187,173,252); }

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

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

 a { background-color: rgb(187,173,252); }

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

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

 span { border-color: rgb(187,173,252); }

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