Html Css Color HEX #BDB1DF Melrose

📋 copy color: '#BDB1DF'

red 189 ◦ green 177 ◦ blue 223

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

Shades of Melrose #BDB1DF

Tints of Melrose #BDB1DF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.05%

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

R = 32.09%
G = 30.05%
B = 37.86%

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

#BDB1DF (or 0xBDB1DF) is known color: Melrose. HEX triplet: BD, B1 and DF. RGB value is (189,177,223). Sum of RGB (Red+Green+Blue) = 189+177+223=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1DF is #424E20. Grayscale: #B9B9B9. Windows color (decimal): -4345377 or 14660029. OLE color: 14660029.

HSL color Cylindrical-coordinate representation of color #BDB1DF: hue angle of 255.65º 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 #BDB1DF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 177 223 -
CMYK 0.15 0.21 0 0.13
HSL 255.65º 0.42% 0.78% -
HSV(B) 255.65º 0.21% 0.87% -
XYZ 50.03 47.59 76.36 -
YUV 185.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 189 177 223 0.15 0.21 0 0.13 255.65 0.42 0.78
Hex BD B1 DF F 15 0 D 100 2A 4E
Octal 275 261 337 17 25 0 15 400 52 116
Binary 10111101 10110001 11011111 1111 10101 0 1101 100000000 101010 1001110

Color Harmonies of #BDB1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB1DF

Black with #BDB1DF

Text Example


Text Example

White with #BDB1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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