Html Css Color HEX #BCB5DD Melrose

📋 copy color: '#BCB5DD'

red 188 ◦ green 181 ◦ blue 221

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

Shades of Melrose #BCB5DD

Tints of Melrose #BCB5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.46%

R = 31.86%
G = 30.68%
B = 37.46%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCB5DD (or 0xBCB5DD) is known color: Melrose. HEX triplet: BC, B5 and DD. RGB value is (188,181,221). Sum of RGB (Red+Green+Blue) = 188+181+221=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5DD is #434A22. Grayscale: #BBBBBB. Windows color (decimal): -4409891 or 14529980. OLE color: 14529980.

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

Color convert

RGB 188 181 221 -
CMYK 0.15 0.18 0 0.13
HSL 250.5º 0.37% 0.79% -
HSV(B) 250.5º 0.18% 0.87% -
XYZ 50.31 48.96 75.2 -
YUV 187.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 188 181 221 0.15 0.18 0 0.13 250.5 0.37 0.79
Hex BC B5 DD F 12 0 D FB 25 4F
Octal 274 265 335 17 22 0 15 373 45 117
Binary 10111100 10110101 11011101 1111 10010 0 1101 11111011 100101 1001111

Color Harmonies of #BCB5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB5DD

Black with #BCB5DD

Text Example


Text Example

White with #BCB5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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