Html Css Color HEX #BDB3E9 Melrose

📋 copy color: '#BDB3E9'

red 189 ◦ green 179 ◦ blue 233

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

Shades of Melrose #BDB3E9

Tints of Melrose #BDB3E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.77%

R = 31.45%
G = 29.78%
B = 38.77%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDB3E9 (or 0xBDB3E9) is known color: Melrose. HEX triplet: BD, B3 and E9. RGB value is (189,179,233). Sum of RGB (Red+Green+Blue) = 189+179+233=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDB3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3E9 is #424C16. Grayscale: #BBBBBB. Windows color (decimal): -4344855 or 15315901. OLE color: 15315901.

HSL color Cylindrical-coordinate representation of color #BDB3E9: hue angle of 251.11º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB3E9 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 179 233 -
CMYK 0.19 0.23 0 0.09
HSL 251.11º 0.55% 0.81% -
HSV(B) 251.11º 0.23% 0.91% -
XYZ 51.81 48.94 83.81 -
YUV 188.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 189 179 233 0.19 0.23 0 0.09 251.11 0.55 0.81
Hex BD B3 E9 13 17 0 9 FB 37 51
Octal 275 263 351 23 27 0 11 373 67 121
Binary 10111101 10110011 11101001 10011 10111 0 1001 11111011 110111 1010001

Color Harmonies of #BDB3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB3E9

Black with #BDB3E9

Text Example


Text Example

White with #BDB3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB3E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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