Html Css Color HEX #BDB5EB Melrose

📋 copy color: '#BDB5EB'

red 189 ◦ green 181 ◦ blue 235

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

Shades of Melrose #BDB5EB

Tints of Melrose #BDB5EB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.92%

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

R = 31.24%
G = 29.92%
B = 38.84%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDB5EB (or 0xBDB5EB) is known color: Melrose. HEX triplet: BD, B5 and EB. RGB value is (189,181,235). Sum of RGB (Red+Green+Blue) = 189+181+235=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDB5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB5EB is #424A14. Grayscale: #BDBDBD. Windows color (decimal): -4344341 or 15447485. OLE color: 15447485.

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

Color convert

RGB 189 181 235 -
CMYK 0.20 0.23 0 0.08
HSL 248.89º 0.57% 0.82% -
HSV(B) 248.89º 0.23% 0.92% -
XYZ 52.51 49.86 85.45 -
YUV 189.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 189 181 235 0.20 0.23 0 0.08 248.89 0.57 0.82
Hex BD B5 EB 14 17 0 8 F9 39 52
Octal 275 265 353 24 27 0 10 371 71 122
Binary 10111101 10110101 11101011 10100 10111 0 1000 11111001 111001 1010010

Color Harmonies of #BDB5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB5EB

Black with #BDB5EB

Text Example


Text Example

White with #BDB5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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