Html Css Color HEX #BDB4EA Melrose

📋 copy color: '#BDB4EA'

red 189 ◦ green 180 ◦ blue 234

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

Shades of Melrose #BDB4EA

Tints of Melrose #BDB4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.81%

R = 31.34%
G = 29.85%
B = 38.81%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDB4EA (or 0xBDB4EA) is known color: Melrose. HEX triplet: BD, B4 and EA. RGB value is (189,180,234). Sum of RGB (Red+Green+Blue) = 189+180+234=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB4EA is #424B15. Grayscale: #BCBCBC. Windows color (decimal): -4344598 or 15381693. OLE color: 15381693.

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

Color convert

RGB 189 180 234 -
CMYK 0.19 0.23 0 0.08
HSL 250º 0.56% 0.81% -
HSV(B) 250º 0.23% 0.92% -
XYZ 52.16 49.4 84.63 -
YUV 188.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 189 180 234 0.19 0.23 0 0.08 250 0.56 0.81
Hex BD B4 EA 13 17 0 8 FA 38 51
Octal 275 264 352 23 27 0 10 372 70 121
Binary 10111101 10110100 11101010 10011 10111 0 1000 11111010 111000 1010001

Color Harmonies of #BDB4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB4EA

Black with #BDB4EA

Text Example


Text Example

White with #BDB4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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