#BDAFFC

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

Shades of Melrose #BDAFFC

Tints of Melrose #BDAFFC

Color information

#BDAFFC (or 0xBDAFFC) is unknown color: approx Melrose. HEX triplet: BD, AF and FC. RGB value is (189,175,252). Sum of RGB (Red+Green+Blue) = 189+175+252=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDAFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAFFC is #425003. Grayscale: #BBBBBB. Windows color (decimal): -4345860 or 16560061. OLE color: 16560061.

HSL color Cylindrical-coordinate representation of color #BDAFFC: hue angle of 250.91º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDAFFC is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189175252-
CMYK0.250.3100.01
HSL250.91º92.77%83.73%-
HSV(B)250.91º30.56%98.82%-
XYZ53.8948.5198.62-
YUV187.96164.14128.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 175 (68.75% from 255) = 28.41%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=30.68%
G=28.41%
B=40.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891752520.250.3100.01250.9192.7783.73
HexBDAFFC191F01fb5d54
Octal275257374313701373135124
Binary1011110110101111111111001100111111011111101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFFC; }

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

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

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

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

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

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

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

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