Html Css Color HEX #BCB5DB Melrose

📋 copy color: '#BCB5DB'

red 188 ◦ green 181 ◦ blue 219

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

Shades of Melrose #BCB5DB

Tints of Melrose #BCB5DB

RGB

 RED value IS 188 (73.83% from 255) = 31.97%

 GREEN value IS 181 (71.09% from 255) = 30.78%

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 31.97%
G = 30.78%
B = 37.24%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCB5DB (or 0xBCB5DB) is known color: Melrose. HEX triplet: BC, B5 and DB. RGB value is (188,181,219). Sum of RGB (Red+Green+Blue) = 188+181+219=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCB5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5DB is #434A24. Grayscale: #BBBBBB. Windows color (decimal): -4409893 or 14398908. OLE color: 14398908.

HSL color Cylindrical-coordinate representation of color #BCB5DB: hue angle of 251.05º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCB5DB is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 181 219 -
CMYK 0.14 0.17 0 0.14
HSL 251.05º 0.35% 0.78% -
HSV(B) 251.05º 0.17% 0.86% -
XYZ 50.05 48.85 73.81 -
YUV 187.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 188 181 219 0.14 0.17 0 0.14 251.05 0.35 0.78
Hex BC B5 DB E 11 0 E FB 23 4E
Octal 274 265 333 16 21 0 16 373 43 116
Binary 10111100 10110101 11011011 1110 10001 0 1110 11111011 100011 1001110

Color Harmonies of #BCB5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB5DB

Black with #BCB5DB

Text Example


Text Example

White with #BCB5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB5DB; }

 p { color: rgb(188,181,219); }

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

background-color css

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

 a { background-color: rgb(188,181,219); }

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

border-color css

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

 span { border-color: rgb(188,181,219); }

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