Html Css Color HEX #BDB0DF Melrose

📋 copy color: '#BDB0DF'

red 189 ◦ green 176 ◦ blue 223

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

Shades of Melrose #BDB0DF

Tints of Melrose #BDB0DF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.93%

 BLUE value IS 223 (87.5% from 255) = 37.93%

R = 32.14%
G = 29.93%
B = 37.93%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDB0DF (or 0xBDB0DF) is known color: Melrose. HEX triplet: BD, B0 and DF. RGB value is (189,176,223). Sum of RGB (Red+Green+Blue) = 189+176+223=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0DF is #424F20. Grayscale: #B9B9B9. Windows color (decimal): -4345633 or 14659773. OLE color: 14659773.

HSL color Cylindrical-coordinate representation of color #BDB0DF: hue angle of 256.6º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDB0DF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 176 223 -
CMYK 0.15 0.21 0 0.13
HSL 256.6º 0.42% 0.78% -
HSV(B) 256.6º 0.21% 0.87% -
XYZ 49.83 47.2 76.3 -
YUV 185.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 189 176 223 0.15 0.21 0 0.13 256.6 0.42 0.78
Hex BD B0 DF F 15 0 D 101 2A 4E
Octal 275 260 337 17 25 0 15 401 52 116
Binary 10111101 10110000 11011111 1111 10101 0 1101 100000001 101010 1001110

Color Harmonies of #BDB0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB0DF

Black with #BDB0DF

Text Example


Text Example

White with #BDB0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB0DF; }

 p { color: rgb(189,176,223); }

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

background-color css

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

 a { background-color: rgb(189,176,223); }

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

border-color css

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

 span { border-color: rgb(189,176,223); }

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