Html Css Color HEX #BDAFE5 Melrose

📋 copy color: '#BDAFE5'

red 189 ◦ green 175 ◦ blue 229

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

Shades of Melrose #BDAFE5

Tints of Melrose #BDAFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.62%

R = 31.87%
G = 29.51%
B = 38.62%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDAFE5 (or 0xBDAFE5) is known color: Melrose. HEX triplet: BD, AF and E5. RGB value is (189,175,229). Sum of RGB (Red+Green+Blue) = 189+175+229=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDAFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFE5 is #42501A. Grayscale: #B9B9B9. Windows color (decimal): -4345883 or 15052733. OLE color: 15052733.

HSL color Cylindrical-coordinate representation of color #BDAFE5: hue angle of 255.56º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDAFE5 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 175 229 -
CMYK 0.17 0.24 0 0.10
HSL 255.56º 0.51% 0.79% -
HSV(B) 255.56º 0.24% 0.9% -
XYZ 50.46 47.14 80.57 -
YUV 185.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 189 175 229 0.17 0.24 0 0.10 255.56 0.51 0.79
Hex BD AF E5 11 18 0 A 100 33 4F
Octal 275 257 345 21 30 0 12 400 63 117
Binary 10111101 10101111 11100101 10001 11000 0 1010 100000000 110011 1001111

Color Harmonies of #BDAFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFE5

Black with #BDAFE5

Text Example


Text Example

White with #BDAFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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