Html Css Color HEX #BDACFF Melrose

📋 copy color: '#BDACFF'

red 189 ◦ green 172 ◦ blue 255

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

Shades of Melrose #BDACFF

Tints of Melrose #BDACFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.4%

R = 30.68%
G = 27.92%
B = 41.4%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BDACFF (or 0xBDACFF) is known color: Melrose. HEX triplet: BD, AC and FF. RGB value is (189,172,255). Sum of RGB (Red+Green+Blue) = 189+172+255=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDACFF is #425300. Grayscale: #BABABA. Windows color (decimal): -4346625 or 16755901. OLE color: 16755901.

HSL color Cylindrical-coordinate representation of color #BDACFF: hue angle of 252.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDACFF is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 172 255 -
CMYK 0.26 0.33 0 0
HSL 252.29º 1% 0.84% -
HSV(B) 252.29º 0.33% 1% -
XYZ 53.79 47.54 100.95 -
YUV 186.55 166.63 129.75 -
System Red Green Blue C M Y K H S L
Decimal 189 172 255 0.26 0.33 0 0 252.29 1 0.84
Hex BD AC FF 1A 21 0 0 FC 64 54
Octal 275 254 377 32 41 0 0 374 144 124
Binary 10111101 10101100 11111111 11010 100001 0 0 11111100 1100100 1010100

Color Harmonies of #BDACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACFF

Black with #BDACFF

Text Example


Text Example

White with #BDACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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