Html Css Color HEX #BDB4EF Melrose

📋 copy color: '#BDB4EF'

red 189 ◦ green 180 ◦ blue 239

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

Shades of Melrose #BDB4EF

Tints of Melrose #BDB4EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.31%

R = 31.09%
G = 29.61%
B = 39.31%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDB4EF (or 0xBDB4EF) is known color: Melrose. HEX triplet: BD, B4 and EF. RGB value is (189,180,239). Sum of RGB (Red+Green+Blue) = 189+180+239=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDB4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB4EF is #424B10. Grayscale: #BDBDBD. Windows color (decimal): -4344593 or 15709373. OLE color: 15709373.

HSL color Cylindrical-coordinate representation of color #BDB4EF: hue angle of 249.15º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDB4EF is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 180 239 -
CMYK 0.21 0.25 0 0.06
HSL 249.15º 0.65% 0.82% -
HSV(B) 249.15º 0.25% 0.94% -
XYZ 52.89 49.69 88.47 -
YUV 189.42 155.98 127.7 -
System Red Green Blue C M Y K H S L
Decimal 189 180 239 0.21 0.25 0 0.06 249.15 0.65 0.82
Hex BD B4 EF 15 19 0 6 F9 41 52
Octal 275 264 357 25 31 0 6 371 101 122
Binary 10111101 10110100 11101111 10101 11001 0 110 11111001 1000001 1010010

Color Harmonies of #BDB4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB4EF

Black with #BDB4EF

Text Example


Text Example

White with #BDB4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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