Html Css Color HEX #BDB7EF Melrose

📋 copy color: '#BDB7EF'

red 189 ◦ green 183 ◦ blue 239

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

Shades of Melrose #BDB7EF

Tints of Melrose #BDB7EF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.95%

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

R = 30.93%
G = 29.95%
B = 39.12%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDB7EF (or 0xBDB7EF) is known color: Melrose. HEX triplet: BD, B7 and EF. RGB value is (189,183,239). Sum of RGB (Red+Green+Blue) = 189+183+239=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDB7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7EF is #424810. Grayscale: #BEBEBE. Windows color (decimal): -4343825 or 15710141. OLE color: 15710141.

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

Color convert

RGB 189 183 239 -
CMYK 0.21 0.23 0 0.06
HSL 246.43º 0.64% 0.83% -
HSV(B) 246.43º 0.23% 0.94% -
XYZ 53.5 50.92 88.67 -
YUV 191.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 189 183 239 0.21 0.23 0 0.06 246.43 0.64 0.83
Hex BD B7 EF 15 17 0 6 F6 40 53
Octal 275 267 357 25 27 0 6 366 100 123
Binary 10111101 10110111 11101111 10101 10111 0 110 11110110 1000000 1010011

Color Harmonies of #BDB7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB7EF

Black with #BDB7EF

Text Example


Text Example

White with #BDB7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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