Html Css Color HEX #BDAFE1 Melrose

📋 copy color: '#BDAFE1'

red 189 ◦ green 175 ◦ blue 225

#BDAFE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #BDAFE1

Tints of Melrose #BDAFE1

RGB

 RED value IS 189 (74.22% from 255) = 32.09%

 GREEN value IS 175 (68.75% from 255) = 29.71%

 BLUE value IS 225 (88.28% from 255) = 38.2%

R = 32.09%
G = 29.71%
B = 38.2%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDAFE1 (or 0xBDAFE1) is known color: Melrose. HEX triplet: BD, AF and E1. RGB value is (189,175,225). Sum of RGB (Red+Green+Blue) = 189+175+225=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDAFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFE1 is #42501E. Grayscale: #B8B8B8. Windows color (decimal): -4345887 or 14790589. OLE color: 14790589.

HSL color Cylindrical-coordinate representation of color #BDAFE1: hue angle of 256.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDAFE1 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 175 225 -
CMYK 0.16 0.22 0 0.12
HSL 256.8º 0.45% 0.78% -
HSV(B) 256.8º 0.22% 0.88% -
XYZ 49.91 46.92 77.66 -
YUV 184.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 189 175 225 0.16 0.22 0 0.12 256.8 0.45 0.78
Hex BD AF E1 10 16 0 C 101 2D 4E
Octal 275 257 341 20 26 0 14 401 55 116
Binary 10111101 10101111 11100001 10000 10110 0 1100 100000001 101101 1001110

Color Harmonies of #BDAFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFE1

Black with #BDAFE1

Text Example


Text Example

White with #BDAFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFE1; }

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

 H1.HeaderClassName
 {
   color: #BDAFE1;
 }
 .AnyTagClassName
 {
   color: #BDAFE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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