Html Css Color HEX #BDB0E1 Melrose

📋 copy color: '#BDB0E1'

red 189 ◦ green 176 ◦ blue 225

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

Shades of Melrose #BDB0E1

Tints of Melrose #BDB0E1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.83%

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

R = 32.03%
G = 29.83%
B = 38.14%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDB0E1 (or 0xBDB0E1) is known color: Melrose. HEX triplet: BD, B0 and E1. RGB value is (189,176,225). Sum of RGB (Red+Green+Blue) = 189+176+225=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDB0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0E1 is #424F1E. Grayscale: #B9B9B9. Windows color (decimal): -4345631 or 14790845. OLE color: 14790845.

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

Color convert

RGB 189 176 225 -
CMYK 0.16 0.22 0 0.12
HSL 255.92º 0.45% 0.79% -
HSV(B) 255.92º 0.22% 0.88% -
XYZ 50.1 47.31 77.72 -
YUV 185.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 189 176 225 0.16 0.22 0 0.12 255.92 0.45 0.79
Hex BD B0 E1 10 16 0 C 100 2D 4F
Octal 275 260 341 20 26 0 14 400 55 117
Binary 10111101 10110000 11100001 10000 10110 0 1100 100000000 101101 1001111

Color Harmonies of #BDB0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB0E1

Black with #BDB0E1

Text Example


Text Example

White with #BDB0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB0E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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