Html Css Color HEX #BDAFE4 Melrose

📋 copy color: '#BDAFE4'

red 189 ◦ green 175 ◦ blue 228

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

Shades of Melrose #BDAFE4

Tints of Melrose #BDAFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.51%

R = 31.93%
G = 29.56%
B = 38.51%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDAFE4 (or 0xBDAFE4) is known color: Melrose. HEX triplet: BD, AF and E4. RGB value is (189,175,228). Sum of RGB (Red+Green+Blue) = 189+175+228=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDAFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFE4 is #42501B. Grayscale: #B9B9B9. Windows color (decimal): -4345884 or 14987197. OLE color: 14987197.

HSL color Cylindrical-coordinate representation of color #BDAFE4: hue angle of 255.85º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDAFE4 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 175 228 -
CMYK 0.17 0.23 0 0.11
HSL 255.85º 0.5% 0.79% -
HSV(B) 255.85º 0.23% 0.89% -
XYZ 50.32 47.08 79.83 -
YUV 185.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 189 175 228 0.17 0.23 0 0.11 255.85 0.5 0.79
Hex BD AF E4 11 17 0 B 100 32 4F
Octal 275 257 344 21 27 0 13 400 62 117
Binary 10111101 10101111 11100100 10001 10111 0 1011 100000000 110010 1001111

Color Harmonies of #BDAFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFE4

Black with #BDAFE4

Text Example


Text Example

White with #BDAFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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