#BDAFE9

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

Shades of Melrose #BDAFE9

Tints of Melrose #BDAFE9

Color information

#BDAFE9 (or 0xBDAFE9) is unknown color: approx Melrose. HEX triplet: BD, AF and E9. RGB value is (189,175,233). Sum of RGB (Red+Green+Blue) = 189+175+233=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDAFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAFE9 is #425016. Grayscale: #B9B9B9. Windows color (decimal): -4345879 or 15314877. OLE color: 15314877.

HSL color Cylindrical-coordinate representation of color #BDAFE9: hue angle of 254.48º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDAFE9 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189175233-
CMYK0.190.2500.09
HSL254.48º56.86%80%-
HSV(B)254.48º24.89%91.37%-
XYZ51.0247.3683.54-
YUV185.8154.64130.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.66%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 233 (91.41% from 255) = 39.03%
R=31.66%
G=29.31%
B=39.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891752330.190.2500.09254.4856.8680
HexBDAFE9131909fe3950
Octal275257351233101137671120
Binary101111011010111111101001100111100101001111111101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFE9; }

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

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

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

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

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

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

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

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