Html Css Color HEX #BDB4E9 Melrose

📋 copy color: '#BDB4E9'

red 189 ◦ green 180 ◦ blue 233

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

Shades of Melrose #BDB4E9

Tints of Melrose #BDB4E9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.9%

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

R = 31.4%
G = 29.9%
B = 38.7%

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

#BDB4E9 (or 0xBDB4E9) is known color: Melrose. HEX triplet: BD, B4 and E9. RGB value is (189,180,233). Sum of RGB (Red+Green+Blue) = 189+180+233=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDB4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB4E9 is #424B16. Grayscale: #BCBCBC. Windows color (decimal): -4344599 or 15316157. OLE color: 15316157.

HSL color Cylindrical-coordinate representation of color #BDB4E9: hue angle of 250.19º 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 #BDB4E9 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 180 233 -
CMYK 0.19 0.23 0 0.09
HSL 250.19º 0.55% 0.81% -
HSV(B) 250.19º 0.23% 0.91% -
XYZ 52.02 49.34 83.87 -
YUV 188.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 189 180 233 0.19 0.23 0 0.09 250.19 0.55 0.81
Hex BD B4 E9 13 17 0 9 FA 37 51
Octal 275 264 351 23 27 0 11 372 67 121
Binary 10111101 10110100 11101001 10011 10111 0 1001 11111010 110111 1010001

Color Harmonies of #BDB4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB4E9

Black with #BDB4E9

Text Example


Text Example

White with #BDB4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB4E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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