Html Css Color HEX #BDB1E5 Melrose

📋 copy color: '#BDB1E5'

red 189 ◦ green 177 ◦ blue 229

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

Shades of Melrose #BDB1E5

Tints of Melrose #BDB1E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.49%

R = 31.76%
G = 29.75%
B = 38.49%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDB1E5 (or 0xBDB1E5) is known color: Melrose. HEX triplet: BD, B1 and E5. RGB value is (189,177,229). Sum of RGB (Red+Green+Blue) = 189+177+229=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDB1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1E5 is #424E1A. Grayscale: #BABABA. Windows color (decimal): -4345371 or 15053245. OLE color: 15053245.

HSL color Cylindrical-coordinate representation of color #BDB1E5: hue angle of 253.85º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB1E5 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 177 229 -
CMYK 0.17 0.23 0 0.10
HSL 253.85º 0.5% 0.8% -
HSV(B) 253.85º 0.23% 0.9% -
XYZ 50.85 47.92 80.7 -
YUV 186.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 189 177 229 0.17 0.23 0 0.10 253.85 0.5 0.8
Hex BD B1 E5 11 17 0 A FE 32 50
Octal 275 261 345 21 27 0 12 376 62 120
Binary 10111101 10110001 11100101 10001 10111 0 1010 11111110 110010 1010000

Color Harmonies of #BDB1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB1E5

Black with #BDB1E5

Text Example


Text Example

White with #BDB1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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