Html Css Color HEX #BDABF0 Melrose

📋 copy color: '#BDABF0'

red 189 ◦ green 171 ◦ blue 240

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

Shades of Melrose #BDABF0

Tints of Melrose #BDABF0

RGB

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

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

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

R = 31.5%
G = 28.5%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDABF0 (or 0xBDABF0) is known color: Melrose. HEX triplet: BD, AB and F0. RGB value is (189,171,240). Sum of RGB (Red+Green+Blue) = 189+171+240=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABF0 is #42540F. Grayscale: #B7B7B7. Windows color (decimal): -4346896 or 15772605. OLE color: 15772605.

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

Color convert

RGB 189 171 240 -
CMYK 0.21 0.29 0 0.06
HSL 255.65º 0.7% 0.81% -
HSV(B) 255.65º 0.29% 0.94% -
XYZ 51.28 46.24 88.66 -
YUV 184.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 189 171 240 0.21 0.29 0 0.06 255.65 0.7 0.81
Hex BD AB F0 15 1D 0 6 100 46 51
Octal 275 253 360 25 35 0 6 400 106 121
Binary 10111101 10101011 11110000 10101 11101 0 110 100000000 1000110 1010001

Color Harmonies of #BDABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDABF0

Black with #BDABF0

Text Example


Text Example

White with #BDABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDABF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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