#BDAFE8

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

Shades of Melrose #BDAFE8

Tints of Melrose #BDAFE8

Color information

#BDAFE8 (or 0xBDAFE8) is unknown color: approx Melrose. HEX triplet: BD, AF and E8. RGB value is (189,175,232). Sum of RGB (Red+Green+Blue) = 189+175+232=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 232 (91.02% from 255 or 38.93% from 596); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDAFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAFE8 is #425017. Grayscale: #B9B9B9. Windows color (decimal): -4345880 or 15249341. OLE color: 15249341.

HSL color Cylindrical-coordinate representation of color #BDAFE8: hue angle of 254.74º degrees, saturation: 0.55, 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 #BDAFE8 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189175232-
CMYK0.190.2500.09
HSL254.74º55.34%79.8%-
HSV(B)254.74º24.57%90.98%-
XYZ50.8847.382.79-
YUV185.68154.14130.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 232 (91.02% from 255) = 38.93%
R=31.71%
G=29.36%
B=38.93%

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
Decimal1891752320.190.2500.09254.7455.3479.8
HexBDAFE8131909ff3750
Octal275257350233101137767120
Binary101111011010111111101000100111100101001111111111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFE8; }

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

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

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

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

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

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

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

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