Html Css Color HEX #BDB4E6 Melrose

📋 copy color: '#BDB4E6'

red 189 ◦ green 180 ◦ blue 230

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

Shades of Melrose #BDB4E6

Tints of Melrose #BDB4E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.4%

R = 31.55%
G = 30.05%
B = 38.4%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDB4E6 (or 0xBDB4E6) is known color: Melrose. HEX triplet: BD, B4 and E6. RGB value is (189,180,230). Sum of RGB (Red+Green+Blue) = 189+180+230=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDB4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB4E6 is #424B19. Grayscale: #BCBCBC. Windows color (decimal): -4344602 or 15119549. OLE color: 15119549.

HSL color Cylindrical-coordinate representation of color #BDB4E6: hue angle of 250.8º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDB4E6 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 180 230 -
CMYK 0.18 0.22 0 0.10
HSL 250.8º 0.5% 0.8% -
HSV(B) 250.8º 0.22% 0.9% -
XYZ 51.59 49.17 81.64 -
YUV 188.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 189 180 230 0.18 0.22 0 0.10 250.8 0.5 0.8
Hex BD B4 E6 12 16 0 A FB 32 50
Octal 275 264 346 22 26 0 12 373 62 120
Binary 10111101 10110100 11100110 10010 10110 0 1010 11111011 110010 1010000

Color Harmonies of #BDB4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB4E6

Black with #BDB4E6

Text Example


Text Example

White with #BDB4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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