Html Css Color HEX #BDACF0 Melrose

📋 copy color: '#BDACF0'

red 189 ◦ green 172 ◦ blue 240

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

Shades of Melrose #BDACF0

Tints of Melrose #BDACF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.93%

R = 31.45%
G = 28.62%
B = 39.93%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDACF0 (or 0xBDACF0) is known color: Melrose. HEX triplet: BD, AC and F0. RGB value is (189,172,240). Sum of RGB (Red+Green+Blue) = 189+172+240=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDACF0 is #42530F. Grayscale: #B8B8B8. Windows color (decimal): -4346640 or 15772861. OLE color: 15772861.

HSL color Cylindrical-coordinate representation of color #BDACF0: hue angle of 255º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDACF0 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 172 240 -
CMYK 0.21 0.28 0 0.06
HSL 255º 0.69% 0.81% -
HSV(B) 255º 0.28% 0.94% -
XYZ 51.47 46.62 88.72 -
YUV 184.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 189 172 240 0.21 0.28 0 0.06 255 0.69 0.81
Hex BD AC F0 15 1C 0 6 FF 45 51
Octal 275 254 360 25 34 0 6 377 105 121
Binary 10111101 10101100 11110000 10101 11100 0 110 11111111 1000101 1010001

Color Harmonies of #BDACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACF0

Black with #BDACF0

Text Example


Text Example

White with #BDACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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