Html Css Color HEX #BDACF1 Melrose

📋 copy color: '#BDACF1'

red 189 ◦ green 172 ◦ blue 241

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

Shades of Melrose #BDACF1

Tints of Melrose #BDACF1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.57%

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

R = 31.4%
G = 28.57%
B = 40.03%

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

#BDACF1 (or 0xBDACF1) is known color: Melrose. HEX triplet: BD, AC and F1. RGB value is (189,172,241). Sum of RGB (Red+Green+Blue) = 189+172+241=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDACF1 is #42530E. Grayscale: #B8B8B8. Windows color (decimal): -4346639 or 15838397. OLE color: 15838397.

HSL color Cylindrical-coordinate representation of color #BDACF1: hue angle of 254.78º 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 #BDACF1 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 172 241 -
CMYK 0.22 0.29 0 0.05
HSL 254.78º 0.71% 0.81% -
HSV(B) 254.78º 0.29% 0.95% -
XYZ 51.62 46.67 89.51 -
YUV 184.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 189 172 241 0.22 0.29 0 0.05 254.78 0.71 0.81
Hex BD AC F1 16 1D 0 5 FF 47 51
Octal 275 254 361 26 35 0 5 377 107 121
Binary 10111101 10101100 11110001 10110 11101 0 101 11111111 1000111 1010001

Color Harmonies of #BDACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACF1

Black with #BDACF1

Text Example


Text Example

White with #BDACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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