Html Css Color HEX #BDACF6 Melrose

📋 copy color: '#BDACF6'

red 189 ◦ green 172 ◦ blue 246

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

Shades of Melrose #BDACF6

Tints of Melrose #BDACF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.53%

R = 31.14%
G = 28.34%
B = 40.53%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDACF6 (or 0xBDACF6) is known color: Melrose. HEX triplet: BD, AC and F6. RGB value is (189,172,246). Sum of RGB (Red+Green+Blue) = 189+172+246=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDACF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDACF6 is #425309. Grayscale: #B9B9B9. Windows color (decimal): -4346634 or 16166077. OLE color: 16166077.

HSL color Cylindrical-coordinate representation of color #BDACF6: hue angle of 253.78º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDACF6 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 172 246 -
CMYK 0.23 0.30 0 0.04
HSL 253.78º 0.8% 0.82% -
HSV(B) 253.78º 0.3% 0.96% -
XYZ 52.37 46.98 93.5 -
YUV 185.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 189 172 246 0.23 0.30 0 0.04 253.78 0.8 0.82
Hex BD AC F6 17 1E 0 4 FE 50 52
Octal 275 254 366 27 36 0 4 376 120 122
Binary 10111101 10101100 11110110 10111 11110 0 100 11111110 1010000 1010010

Color Harmonies of #BDACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACF6

Black with #BDACF6

Text Example


Text Example

White with #BDACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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