Html Css Color HEX #BDB6EC Melrose

📋 copy color: '#BDB6EC'

red 189 ◦ green 182 ◦ blue 236

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

Shades of Melrose #BDB6EC

Tints of Melrose #BDB6EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.88%

R = 31.14%
G = 29.98%
B = 38.88%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDB6EC (or 0xBDB6EC) is known color: Melrose. HEX triplet: BD, B6 and EC. RGB value is (189,182,236). Sum of RGB (Red+Green+Blue) = 189+182+236=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6EC is #424913. Grayscale: #BEBEBE. Windows color (decimal): -4344084 or 15513277. OLE color: 15513277.

HSL color Cylindrical-coordinate representation of color #BDB6EC: hue angle of 247.78º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB6EC is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 182 236 -
CMYK 0.20 0.23 0 0.07
HSL 247.78º 0.59% 0.82% -
HSV(B) 247.78º 0.23% 0.93% -
XYZ 52.85 50.33 86.29 -
YUV 190.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 189 182 236 0.20 0.23 0 0.07 247.78 0.59 0.82
Hex BD B6 EC 14 17 0 7 F8 3B 52
Octal 275 266 354 24 27 0 7 370 73 122
Binary 10111101 10110110 11101100 10100 10111 0 111 11111000 111011 1010010

Color Harmonies of #BDB6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB6EC

Black with #BDB6EC

Text Example


Text Example

White with #BDB6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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