Html Css Color HEX #BDB6E9 Melrose

📋 copy color: '#BDB6E9'

red 189 ◦ green 182 ◦ blue 233

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

Shades of Melrose #BDB6E9

Tints of Melrose #BDB6E9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.13%

 BLUE value IS 233 (91.41% from 255) = 38.58%

R = 31.29%
G = 30.13%
B = 38.58%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDB6E9 (or 0xBDB6E9) is known color: Melrose. HEX triplet: BD, B6 and E9. RGB value is (189,182,233). Sum of RGB (Red+Green+Blue) = 189+182+233=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDB6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6E9 is #424916. Grayscale: #BDBDBD. Windows color (decimal): -4344087 or 15316669. OLE color: 15316669.

HSL color Cylindrical-coordinate representation of color #BDB6E9: hue angle of 248.24º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDB6E9 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 182 233 -
CMYK 0.19 0.22 0 0.09
HSL 248.24º 0.54% 0.81% -
HSV(B) 248.24º 0.22% 0.91% -
XYZ 52.42 50.16 84.01 -
YUV 189.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 189 182 233 0.19 0.22 0 0.09 248.24 0.54 0.81
Hex BD B6 E9 13 16 0 9 F8 36 51
Octal 275 266 351 23 26 0 11 370 66 121
Binary 10111101 10110110 11101001 10011 10110 0 1001 11111000 110110 1010001

Color Harmonies of #BDB6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB6E9

Black with #BDB6E9

Text Example


Text Example

White with #BDB6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB6E9; }

 p { color: rgb(189,182,233); }

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

background-color css

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

 a { background-color: rgb(189,182,233); }

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

border-color css

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

 span { border-color: rgb(189,182,233); }

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