#BDB1FA

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

Shades of Melrose #BDB1FA

Tints of Melrose #BDB1FA

Color information

#BDB1FA (or 0xBDB1FA) is unknown color: approx Melrose. HEX triplet: BD, B1 and FA. RGB value is (189,177,250). Sum of RGB (Red+Green+Blue) = 189+177+250=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDB1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB1FA is #424E05. Grayscale: #BCBCBC. Windows color (decimal): -4345350 or 16429501. OLE color: 16429501.

HSL color Cylindrical-coordinate representation of color #BDB1FA: hue angle of 249.86º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDB1FA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189177250-
CMYK0.240.2900.02
HSL249.86º87.95%83.73%-
HSV(B)249.86º29.2%98.04%-
XYZ53.9649.1797.09-
YUV188.91162.48128.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 177 (69.53% from 255) = 28.73%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=30.68%
G=28.73%
B=40.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891772500.240.2900.02249.8687.9583.73
HexBDB1FA181D02fa5854
Octal275261372303502372130124
Binary10111101101100011111101011000111010101111101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB1FA; }

 p { color: rgb(189,177,250); }

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

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

 a { background-color: rgb(189,177,250); }

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

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

 span { border-color: rgb(189,177,250); }

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