Html Css Color HEX #BCB4EC Melrose

📋 copy color: '#BCB4EC'

red 188 ◦ green 180 ◦ blue 236

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

Shades of Melrose #BCB4EC

Tints of Melrose #BCB4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.8%

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

R = 31.13%
G = 29.8%
B = 39.07%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCB4EC (or 0xBCB4EC) is known color: Melrose. HEX triplet: BC, B4 and EC. RGB value is (188,180,236). Sum of RGB (Red+Green+Blue) = 188+180+236=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB4EC is #434B13. Grayscale: #BCBCBC. Windows color (decimal): -4410132 or 15512764. OLE color: 15512764.

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

Color convert

RGB 188 180 236 -
CMYK 0.20 0.24 0 0.07
HSL 248.57º 0.6% 0.82% -
HSV(B) 248.57º 0.24% 0.93% -
XYZ 52.2 49.39 86.14 -
YUV 188.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 188 180 236 0.20 0.24 0 0.07 248.57 0.6 0.82
Hex BC B4 EC 14 18 0 7 F9 3C 52
Octal 274 264 354 24 30 0 7 371 74 122
Binary 10111100 10110100 11101100 10100 11000 0 111 11111001 111100 1010010

Color Harmonies of #BCB4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB4EC

Black with #BCB4EC

Text Example


Text Example

White with #BCB4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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