#BDA8EE

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

Shades of Melrose #BDA8EE

Tints of Melrose #BDA8EE

Color information

#BDA8EE (or 0xBDA8EE) is unknown color: approx Melrose. HEX triplet: BD, A8 and EE. RGB value is (189,168,238). Sum of RGB (Red+Green+Blue) = 189+168+238=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDA8EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8EE is #425711. Grayscale: #B6B6B6. Windows color (decimal): -4347666 or 15640765. OLE color: 15640765.

HSL color Cylindrical-coordinate representation of color #BDA8EE: hue angle of 258º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDA8EE is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189168238-
CMYK0.210.2900.07
HSL258º67.31%79.61%-
HSV(B)258º29.41%93.33%-
XYZ50.424586.92-
YUV182.26159.46132.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 168 (66.02% from 255) = 28.24%
BLUE value IS 238 (93.36% from 255) = 40%
R=31.76%
G=28.24%
B=40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891682380.210.2900.0725867.3179.61
HexBDA8EE151D071024350
Octal275250356253507402103120
Binary1011110110101000111011101010111101011110000001010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA8EE; }

 p { color: rgb(189,168,238); }

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

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

 a { background-color: rgb(189,168,238); }

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

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

 span { border-color: rgb(189,168,238); }

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