Html Css Color HEX #BDB1E2 Melrose

📋 copy color: '#BDB1E2'

red 189 ◦ green 177 ◦ blue 226

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

Shades of Melrose #BDB1E2

Tints of Melrose #BDB1E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.18%

R = 31.93%
G = 29.9%
B = 38.18%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDB1E2 (or 0xBDB1E2) is known color: Melrose. HEX triplet: BD, B1 and E2. RGB value is (189,177,226). Sum of RGB (Red+Green+Blue) = 189+177+226=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 226 (88.67% from 255 or 38.18% from 592); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDB1E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1E2 is #424E1D. Grayscale: #B9B9B9. Windows color (decimal): -4345374 or 14856637. OLE color: 14856637.

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

Color convert

RGB 189 177 226 -
CMYK 0.16 0.22 0 0.11
HSL 254.69º 0.46% 0.79% -
HSV(B) 254.69º 0.22% 0.89% -
XYZ 50.44 47.75 78.51 -
YUV 186.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 189 177 226 0.16 0.22 0 0.11 254.69 0.46 0.79
Hex BD B1 E2 10 16 0 B FF 2E 4F
Octal 275 261 342 20 26 0 13 377 56 117
Binary 10111101 10110001 11100010 10000 10110 0 1011 11111111 101110 1001111

Color Harmonies of #BDB1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB1E2

Black with #BDB1E2

Text Example


Text Example

White with #BDB1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB1E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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