Html Css Color HEX #BDB7EB Melrose

📋 copy color: '#BDB7EB'

red 189 ◦ green 183 ◦ blue 235

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

Shades of Melrose #BDB7EB

Tints of Melrose #BDB7EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.71%

R = 31.14%
G = 30.15%
B = 38.71%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDB7EB (or 0xBDB7EB) is known color: Melrose. HEX triplet: BD, B7 and EB. RGB value is (189,183,235). Sum of RGB (Red+Green+Blue) = 189+183+235=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDB7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7EB is #424814. Grayscale: #BEBEBE. Windows color (decimal): -4343829 or 15447997. OLE color: 15447997.

HSL color Cylindrical-coordinate representation of color #BDB7EB: hue angle of 246.92º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDB7EB is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 183 235 -
CMYK 0.20 0.22 0 0.08
HSL 246.92º 0.57% 0.82% -
HSV(B) 246.92º 0.22% 0.92% -
XYZ 52.92 50.68 85.59 -
YUV 190.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 189 183 235 0.20 0.22 0 0.08 246.92 0.57 0.82
Hex BD B7 EB 14 16 0 8 F7 39 52
Octal 275 267 353 24 26 0 10 367 71 122
Binary 10111101 10110111 11101011 10100 10110 0 1000 11110111 111001 1010010

Color Harmonies of #BDB7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB7EB

Black with #BDB7EB

Text Example


Text Example

White with #BDB7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB7EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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