Html Css Color HEX #BDB1E1 Melrose

📋 copy color: '#BDB1E1'

red 189 ◦ green 177 ◦ blue 225

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

Shades of Melrose #BDB1E1

Tints of Melrose #BDB1E1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.95%

 BLUE value IS 225 (88.28% from 255) = 38.07%

R = 31.98%
G = 29.95%
B = 38.07%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDB1E1 (or 0xBDB1E1) is known color: Melrose. HEX triplet: BD, B1 and E1. RGB value is (189,177,225). Sum of RGB (Red+Green+Blue) = 189+177+225=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDB1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1E1 is #424E1E. Grayscale: #B9B9B9. Windows color (decimal): -4345375 or 14791101. OLE color: 14791101.

HSL color Cylindrical-coordinate representation of color #BDB1E1: hue angle of 255º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDB1E1 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 177 225 -
CMYK 0.16 0.21 0 0.12
HSL 255º 0.44% 0.79% -
HSV(B) 255º 0.21% 0.88% -
XYZ 50.3 47.7 77.79 -
YUV 186.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 189 177 225 0.16 0.21 0 0.12 255 0.44 0.79
Hex BD B1 E1 10 15 0 C FF 2C 4F
Octal 275 261 341 20 25 0 14 377 54 117
Binary 10111101 10110001 11100001 10000 10101 0 1100 11111111 101100 1001111

Color Harmonies of #BDB1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB1E1

Black with #BDB1E1

Text Example


Text Example

White with #BDB1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB1E1; }

 p { color: rgb(189,177,225); }

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

background-color css

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

 a { background-color: rgb(189,177,225); }

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

border-color css

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

 span { border-color: rgb(189,177,225); }

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