#BDAFE3

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

Shades of Melrose #BDAFE3

Tints of Melrose #BDAFE3

Color information

#BDAFE3 (or 0xBDAFE3) is unknown color: approx Melrose. HEX triplet: BD, AF and E3. RGB value is (189,175,227). Sum of RGB (Red+Green+Blue) = 189+175+227=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 227 (89.06% from 255 or 38.41% from 591); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDAFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFE3 is #42501C. Grayscale: #B8B8B8. Windows color (decimal): -4345885 or 14921661. OLE color: 14921661.

HSL color Cylindrical-coordinate representation of color #BDAFE3: hue angle of 256.15º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDAFE3 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189175227-
CMYK0.170.2300.11
HSL256.15º48.15%78.82%-
HSV(B)256.15º22.91%89.02%-
XYZ50.1847.0279.1-
YUV185.11151.64130.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 227 (89.06% from 255) = 38.41%
R=31.98%
G=29.61%
B=38.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891752270.170.2300.11256.1548.1578.82
HexBDAFE311170B100304f
Octal275257343212701340060117
Binary1011110110101111111000111000110111010111000000001100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFE3; }

 p { color: rgb(189,175,227); }

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

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

 a { background-color: rgb(189,175,227); }

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

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

 span { border-color: rgb(189,175,227); }

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