Html Css Color HEX #BDB3EB Melrose

📋 copy color: '#BDB3EB'

red 189 ◦ green 179 ◦ blue 235

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

Shades of Melrose #BDB3EB

Tints of Melrose #BDB3EB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.68%

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

R = 31.34%
G = 29.68%
B = 38.97%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDB3EB (or 0xBDB3EB) is known color: Melrose. HEX triplet: BD, B3 and EB. RGB value is (189,179,235). Sum of RGB (Red+Green+Blue) = 189+179+235=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDB3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3EB is #424C14. Grayscale: #BCBCBC. Windows color (decimal): -4344853 or 15446973. OLE color: 15446973.

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

Color convert

RGB 189 179 235 -
CMYK 0.20 0.24 0 0.08
HSL 250.71º 0.58% 0.81% -
HSV(B) 250.71º 0.24% 0.92% -
XYZ 52.1 49.06 85.32 -
YUV 188.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 189 179 235 0.20 0.24 0 0.08 250.71 0.58 0.81
Hex BD B3 EB 14 18 0 8 FB 3A 51
Octal 275 263 353 24 30 0 10 373 72 121
Binary 10111101 10110011 11101011 10100 11000 0 1000 11111011 111010 1010001

Color Harmonies of #BDB3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB3EB

Black with #BDB3EB

Text Example


Text Example

White with #BDB3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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