Html Css Color HEX #BCB5EC Melrose

📋 copy color: '#BCB5EC'

red 188 ◦ green 181 ◦ blue 236

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

Shades of Melrose #BCB5EC

Tints of Melrose #BCB5EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.01%

R = 31.07%
G = 29.92%
B = 39.01%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCB5EC (or 0xBCB5EC) is known color: Melrose. HEX triplet: BC, B5 and EC. RGB value is (188,181,236). Sum of RGB (Red+Green+Blue) = 188+181+236=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCB5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB5EC is #434A13. Grayscale: #BDBDBD. Windows color (decimal): -4409876 or 15513020. OLE color: 15513020.

HSL color Cylindrical-coordinate representation of color #BCB5EC: hue angle of 247.64º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCB5EC is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 181 236 -
CMYK 0.20 0.23 0 0.07
HSL 247.64º 0.59% 0.82% -
HSV(B) 247.64º 0.23% 0.93% -
XYZ 52.4 49.8 86.21 -
YUV 189.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 188 181 236 0.20 0.23 0 0.07 247.64 0.59 0.82
Hex BC B5 EC 14 17 0 7 F8 3B 52
Octal 274 265 354 24 27 0 7 370 73 122
Binary 10111100 10110101 11101100 10100 10111 0 111 11111000 111011 1010010

Color Harmonies of #BCB5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB5EC

Black with #BCB5EC

Text Example


Text Example

White with #BCB5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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