Html Css Color HEX #BDABF2 Melrose

📋 copy color: '#BDABF2'

red 189 ◦ green 171 ◦ blue 242

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

Shades of Melrose #BDABF2

Tints of Melrose #BDABF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.2%

R = 31.4%
G = 28.41%
B = 40.2%

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

#BDABF2 (or 0xBDABF2) is known color: Melrose. HEX triplet: BD, AB and F2. RGB value is (189,171,242). Sum of RGB (Red+Green+Blue) = 189+171+242=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABF2 is #42540D. Grayscale: #B8B8B8. Windows color (decimal): -4346894 or 15903677. OLE color: 15903677.

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

Color convert

RGB 189 171 242 -
CMYK 0.22 0.29 0 0.05
HSL 255.21º 0.73% 0.81% -
HSV(B) 255.21º 0.29% 0.95% -
XYZ 51.58 46.36 90.23 -
YUV 184.48 160.46 131.23 -
System Red Green Blue C M Y K H S L
Decimal 189 171 242 0.22 0.29 0 0.05 255.21 0.73 0.81
Hex BD AB F2 16 1D 0 5 FF 49 51
Octal 275 253 362 26 35 0 5 377 111 121
Binary 10111101 10101011 11110010 10110 11101 0 101 11111111 1001001 1010001

Color Harmonies of #BDABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDABF2

Black with #BDABF2

Text Example


Text Example

White with #BDABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDABF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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