Html Css Color HEX #BDB4EC Melrose

📋 copy color: '#BDB4EC'

red 189 ◦ green 180 ◦ blue 236

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

Shades of Melrose #BDB4EC

Tints of Melrose #BDB4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.75%

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

R = 31.24%
G = 29.75%
B = 39.01%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDB4EC (or 0xBDB4EC) is known color: Melrose. HEX triplet: BD, B4 and EC. RGB value is (189,180,236). Sum of RGB (Red+Green+Blue) = 189+180+236=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB4EC is #424B13. Grayscale: #BCBCBC. Windows color (decimal): -4344596 or 15512765. OLE color: 15512765.

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

Color convert

RGB 189 180 236 -
CMYK 0.20 0.24 0 0.07
HSL 249.64º 0.6% 0.82% -
HSV(B) 249.64º 0.24% 0.93% -
XYZ 52.45 49.52 86.15 -
YUV 189.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 189 180 236 0.20 0.24 0 0.07 249.64 0.6 0.82
Hex BD B4 EC 14 18 0 7 FA 3C 52
Octal 275 264 354 24 30 0 7 372 74 122
Binary 10111101 10110100 11101100 10100 11000 0 111 11111010 111100 1010010

Color Harmonies of #BDB4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB4EC

Black with #BDB4EC

Text Example


Text Example

White with #BDB4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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