#BDB0FC

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

Shades of Melrose #BDB0FC

Tints of Melrose #BDB0FC

Color information

#BDB0FC (or 0xBDB0FC) is unknown color: approx Melrose. HEX triplet: BD, B0 and FC. RGB value is (189,176,252). Sum of RGB (Red+Green+Blue) = 189+176+252=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0FC is #424F03. Grayscale: #BCBCBC. Windows color (decimal): -4345604 or 16560317. OLE color: 16560317.

HSL color Cylindrical-coordinate representation of color #BDB0FC: hue angle of 250.26º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDB0FC is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189176252-
CMYK0.250.3000.01
HSL250.26º92.68%83.92%-
HSV(B)250.26º30.16%98.82%-
XYZ54.0848.998.68-
YUV188.55163.81128.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.63%
GREEN value IS 176 (69.14% from 255) = 28.53%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=30.63%
G=28.53%
B=40.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891762520.250.3000.01250.2692.6883.92
HexBDB0FC191E01fa5d54
Octal275260374313601372135124
Binary1011110110110000111111001100111110011111101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB0FC; }

 p { color: rgb(189,176,252); }

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

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

 a { background-color: rgb(189,176,252); }

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

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

 span { border-color: rgb(189,176,252); }

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