#BDB1F9

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

Shades of Melrose #BDB1F9

Tints of Melrose #BDB1F9

Color information

#BDB1F9 (or 0xBDB1F9) is unknown color: approx Melrose. HEX triplet: BD, B1 and F9. RGB value is (189,177,249). Sum of RGB (Red+Green+Blue) = 189+177+249=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDB1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB1F9 is #424E06. Grayscale: #BCBCBC. Windows color (decimal): -4345351 or 16363965. OLE color: 16363965.

HSL color Cylindrical-coordinate representation of color #BDB1F9: hue angle of 250º degrees, saturation: 0.86, 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 #BDB1F9 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189177249-
CMYK0.240.2900.02
HSL250º85.71%83.53%-
HSV(B)250º28.92%97.65%-
XYZ53.8149.196.26-
YUV188.8161.98128.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.73%
GREEN value IS 177 (69.53% from 255) = 28.78%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=30.73%
G=28.78%
B=40.49%

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
Decimal1891772490.240.2900.0225085.7183.53
HexBDB1F9181D02fa5654
Octal275261371303502372126124
Binary10111101101100011111100111000111010101111101010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB1F9; }

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

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

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

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

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

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

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

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