Html Css Color HEX #BDABF1 Melrose

📋 copy color: '#BDABF1'

red 189 ◦ green 171 ◦ blue 241

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

Shades of Melrose #BDABF1

Tints of Melrose #BDABF1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.45%

 BLUE value IS 241 (94.53% from 255) = 40.1%

R = 31.45%
G = 28.45%
B = 40.1%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDABF1 (or 0xBDABF1) is known color: Melrose. HEX triplet: BD, AB and F1. RGB value is (189,171,241). Sum of RGB (Red+Green+Blue) = 189+171+241=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABF1 is #42540E. Grayscale: #B8B8B8. Windows color (decimal): -4346895 or 15838141. OLE color: 15838141.

HSL color Cylindrical-coordinate representation of color #BDABF1: hue angle of 255.43º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDABF1 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 171 241 -
CMYK 0.22 0.29 0 0.05
HSL 255.43º 0.71% 0.81% -
HSV(B) 255.43º 0.29% 0.95% -
XYZ 51.43 46.3 89.44 -
YUV 184.36 159.96 131.31 -
System Red Green Blue C M Y K H S L
Decimal 189 171 241 0.22 0.29 0 0.05 255.43 0.71 0.81
Hex BD AB F1 16 1D 0 5 FF 47 51
Octal 275 253 361 26 35 0 5 377 107 121
Binary 10111101 10101011 11110001 10110 11101 0 101 11111111 1000111 1010001

Color Harmonies of #BDABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDABF1

Black with #BDABF1

Text Example


Text Example

White with #BDABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDABF1; }

 p { color: rgb(189,171,241); }

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

background-color css

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

 a { background-color: rgb(189,171,241); }

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

border-color css

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

 span { border-color: rgb(189,171,241); }

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